commit ac76ae79c06797b1a7607d28c7b08e5a7ca0e43b Author: dongming Date: Tue Dec 6 13:59:09 2022 +0800 go mod init diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..d78687b --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module mashibing.com/demo/app + +go 1.19