kubo/p2p
rht 78b6cc5f2d Replace Critical{,f} with Error{,f}
Except when there is an explicit os.Exit(1) after the Critical line,
then replace with Fatal{,f}.
golang's log and logrus already call os.Exit(1) by default with Fatal.

License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-06-18 10:03:57 +07:00
..
crypto Replace 'var * bytes.Buffer' with '\1 := new(bytes.Buffer)' 2015-05-26 23:18:04 +07:00
discovery mdns: use my fork of hashicorp/mdns 2015-05-29 01:30:44 +02:00
host protocolEOF: demoted EOF to Debug, kept the else as Warning 2015-04-28 10:32:55 +02:00
nat Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
net move util.Key into its own package under blocks 2015-06-01 16:10:08 -07:00
peer move util.Key into its own package under blocks 2015-06-01 16:10:08 -07:00
protocol p2p/net/identify: clump addr observers into groups 2015-06-07 17:00:56 -07:00
test Replace Critical{,f} with Error{,f} 2015-06-18 10:03:57 +07:00