summaryrefslogtreecommitdiff
path: root/test/api_test.go
blob: 3ef4f524157daf66f52b66c9496f91c9c11ea1ba (plain)
1
2
3
4
5
6
7
package main

import "testing"

func TestHelloWorld(t *testing.T) {
	// t.Fatal("not implemented")
}