mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Added test
This commit is contained in:
parent
37e73c8c7a
commit
e184a79884
1 changed files with 7 additions and 0 deletions
7
apg_test.go
Normal file
7
apg_test.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestSkipForNow(t *testing.T) {
|
||||
t.Logf("All good.")
|
||||
}
|
Loading…
Reference in a new issue