2
0
mirror of synced 2025-02-23 06:08:07 +00:00
torrent/test/init_test.go

12 lines
129 B
Go

package test
import (
"log"
_ "github.com/anacrolix/envpprof"
)
func init() {
log.SetFlags(log.Flags() | log.Lshortfile)
}