mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-15 04:35:17 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
|
package dht
|
||
|
|
||
|
import "log"
|
||
|
|
||
|
func init() {
|
||
|
log.SetFlags(log.Flags() | log.Llongfile)
|
||
|
}
|