PKGBUILD/pkg/logfile/logfile_test.go

9 lines
103 B
Go
Raw Normal View History

2019-06-21 09:48:44 +00:00
package logfile_test
import "testing"
type testCase struct {
name string
f func(t *testing.T)
}