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