From e395247365c3ba8a752928d1ef2c315c0468c0ff Mon Sep 17 00:00:00 2001 From: Will Storey Date: Sun, 27 Oct 2019 09:14:46 -0700 Subject: [PATCH] Convert to a Go module --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..72d5f9a --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/horgh/videostreamer + +go 1.13