mod 1.13add

This commit is contained in:
谢小军
2019-09-04 22:43:13 +08:00
parent 223e9b6737
commit ab5862d5ae
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
go build -o=gormt_mac ./main.go
GOOS=windows GOARCH=amd64 go build -o=gormt.exe ./main.go
GOOS=linux GOARCH=amd64 go build -o=gormt ./main.go

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/xxjwxc/gormt
go 1.12
go 1.13
require (
github.com/BurntSushi/toml v0.3.1