apg-go/apg_test.go

8 lines
91 B
Go
Raw Normal View History

2021-03-18 23:49:04 +01:00
package main
import "testing"
func TestSkipForNow(t *testing.T) {
t.Logf("All good.")
}