From 23c971e4c9e445e72fa3c3c918e26351c3167fcd Mon Sep 17 00:00:00 2001 From: zhangxin Date: Wed, 26 May 2021 14:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0go=20mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..97781d8 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module LAPP_ETL.mod + +go 1.14