[VOL-2763] - Create Make- and Dockerfile for Golang OpenONU Adapter
- note: location of build-env-variables in ldflags of docker build (test.internal) is a matter of change, when code is avaiable in repo voltha-openonu-adapter-go
- VERSION-file added
- added a single go file with a fake test

Change-Id: I1c4e0d1a3a37db409fd0fb35ba1eae3b342295a2
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..bb3a024
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module github.com/opencord/voltha-openonu-adapter-go
+
+go 1.13
+
+require github.com/stretchr/testify v1.5.1