aboutsummaryrefslogtreecommitdiffstats
path: root/golang/gen/restapi/test.go
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-09 21:46:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-09 21:46:39 -0700
commit526783fe258d20db0eb600dd63e36c6983f63837 (patch)
tree1df6f93be631598f1783fe2ff2c39b20cddce4de /golang/gen/restapi/test.go
parentf8be0451ce47aa1da98dcdba7266804f2cc5173e (diff)
downloadfatcat-526783fe258d20db0eb600dd63e36c6983f63837.tar.gz
fatcat-526783fe258d20db0eb600dd63e36c6983f63837.zip
move generated code
Diffstat (limited to 'golang/gen/restapi/test.go')
-rw-r--r--golang/gen/restapi/test.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/golang/gen/restapi/test.go b/golang/gen/restapi/test.go
new file mode 100644
index 00000000..f45b33c5
--- /dev/null
+++ b/golang/gen/restapi/test.go
@@ -0,0 +1,13 @@
+
+package restapi
+
+import (
+ "testing"
+ "github.com/stretchr/testify/assert"
+)
+
+func TestSomething(t *testing.T) {
+
+ assert.True(t, true, "True is true!")
+
+}