From 82f8b4d838de3fb8eda5db9b23c5bc48ab281f9e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 26 May 2018 16:42:17 -0700 Subject: remove golang API server Not following that path; this is to prevent future confusion. All code is still in version control. --- golang/gen/restapi/test.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 golang/gen/restapi/test.go (limited to 'golang/gen/restapi/test.go') 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!") - -} -- cgit v1.2.3