Add support for Go modules (#157)

This commit is contained in:
Mateusz Woś 2019-11-30 23:07:10 +01:00 committed by GitHub
parent bc70c3beb9
commit 360f2bc030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/shopspring/decimal
go 1.13