]> Sergey Matveev's repositories - btrtrc.git/blobdiff - test/init_test.go
Drop support for go 1.20
[btrtrc.git] / test / init_test.go
index 38335ef8c6391f9144d98300d04ea0a912c41e12..b862d4baebde351a3c2d503ec71b9011187913a0 100644 (file)
@@ -1,5 +1,11 @@
 package test
 
 import (
+       "log"
+
        _ "github.com/anacrolix/envpprof"
 )
+
+func init() {
+       log.SetFlags(log.Flags() | log.Lshortfile)
+}