mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-10 00:02:54 +01:00
8 lines
91 B
Go
8 lines
91 B
Go
|
package main
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestSkipForNow(t *testing.T) {
|
||
|
t.Logf("All good.")
|
||
|
}
|