]> Sergey Matveev's repositories - btrtrc.git/blob - test/init_test.go
Drop support for go 1.20
[btrtrc.git] / test / init_test.go
1 package test
2
3 import (
4         "log"
5
6         _ "github.com/anacrolix/envpprof"
7 )
8
9 func init() {
10         log.SetFlags(log.Flags() | log.Lshortfile)
11 }