diff options
Diffstat (limited to 'golang/gen/restapi/test.go')
-rw-r--r-- | golang/gen/restapi/test.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/golang/gen/restapi/test.go b/golang/gen/restapi/test.go deleted file mode 100644 index f45b33c5..00000000 --- a/golang/gen/restapi/test.go +++ /dev/null @@ -1,13 +0,0 @@ - -package restapi - -import ( - "testing" - "github.com/stretchr/testify/assert" -) - -func TestSomething(t *testing.T) { - - assert.True(t, true, "True is true!") - -} |