commit 0c70aab0a12143f75444d5f86391c48d671cee3c Author: lab Date: Thu Oct 28 00:18:29 2021 +0800 init diff --git a/README.md b/README.md new file mode 100644 index 0000000..e297c5d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# weixin diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..acf6736 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.esin.io/lab/weixin + +go 1.17