apg-go/apg_test.go
2021-03-18 23:49:04 +01:00

7 lines
91 B
Go

package main
import "testing"
func TestSkipForNow(t *testing.T) {
t.Logf("All good.")
}