1 package tests_per_file 2 3 import "testing" 4 5 func TestStuff(t *testing.T) {} 6
View as plain text