Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
a5858912d6da151ea5c95ba62742bbdbb9ad3ac6
a5858912d6da151ea5c95ba62742bbdbb9ad3ac6
Switch branch/tag
go-libp2p
p2p
host
relay
log.go
Find file
Normal view
History
Permalink
log.go
95 Bytes
Edit
Web IDE
Newer
Older
autorelay hosts
vyzo
committed
Nov 04, 2018
1
2
3
4
5
6
7
package
relay
import
(
logging
"github.com/ipfs/go-log"
)
var
log
=
logging
.
Logger
(
"relay"
)