From f5345cbcf4503880c5ea4049b1a4c892a6522f05 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Tue, 22 Jun 2021 16:03:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0mod?= 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..925c822 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module LAPP_LF_MOM_BACKEND + +go 1.14