diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/api_test.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/api_test.go b/test/api_test.go new file mode 100644 index 00000000..3ef4f524 --- /dev/null +++ b/test/api_test.go @@ -0,0 +1,7 @@ +package main + +import "testing" + +func TestHelloWorld(t *testing.T) { + // t.Fatal("not implemented") +} |
