From 7636c289cc91e399efcdb15fc7253e56c9f75520 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 1 Oct 2019 17:40:03 +0300 Subject: [PATCH] Initial module support --- 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..206a9aa --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module go.cypherpunks.ru/netstring + +go 1.12 -- 2.44.0