mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-24 14:22:13 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
|
package dht
|
||
|
|
||
|
import "log"
|
||
|
|
||
|
func init() {
|
||
|
log.SetFlags(log.Flags() | log.Llongfile)
|
||
|
}
|