commit 2ae4bfe9250354a9b5652b013d068c5091975086 Author: George Tankersley Date: Wed May 15 21:50:52 2019 +0000 initialize Go module diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..dadc27e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/zcash-hackworks/zcon1-swag-api + +go 1.12