diff options
Diffstat (limited to 'tests/golite.go')
-rw-r--r-- | tests/golite.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/golite.go b/tests/golite.go new file mode 100644 index 0000000..1988f6e --- /dev/null +++ b/tests/golite.go @@ -0,0 +1,8 @@ +package golite + +import ( +) + + +func MainTest() { +} |