From 7d4b4028f17a31d9d532cc3f47c2da368cdbf547 Mon Sep 17 00:00:00 2001 From: a Date: Wed, 9 Dec 2020 22:38:08 -0800 Subject: [PATCH] add go module --- go.mod | 5 +++++ go.sum | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..4353871 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/milkbobo/gopay + +go 1.15 + +require github.com/shopspring/decimal v1.2.0 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..7042e94 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ= +github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=