commit ad2d12035b2de992e7a43dd70fdb80b1527298f6 Author: dongming Date: Tue Dec 20 14:31:01 2022 +0800 go mod init diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..491cff3 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module mashibing.com/pkg/mashibing-deployment + +go 1.19