From 6ffd04368a66be0ec88b85a99e4a4916c8d44a30 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Wed, 7 Dec 2022 14:17:02 +0800 Subject: [PATCH] test --- .gitignore | 1 + go.mod | 3 +++ utils/utils.go | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 go.mod diff --git a/.gitignore b/.gitignore index e69de29..723ef36 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c1b148e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/hilo-common + +go 1.17 diff --git a/utils/utils.go b/utils/utils.go index d4b585b..6cc3cfd 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -1 +1,5 @@ package utils + +func TestCommon() { + +} -- 2.22.0