coder/testutil/enable_timing.go

9 lines
89 B
Go

//go:build timing
package testutil
var _ = func() any {
timing = true
return nil
}()