1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Upgrade go version to 1.13 (#550)

Sustained Engineering
This commit is contained in:
Vatsalya Goel
2019-10-06 00:45:57 +10:00
committed by Craig Peterson
parent 813a186865
commit 443401d2a7
5 changed files with 5 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ var endIdx = flag.Int("end", 0, "Test index to stop after")
var verbose = flag.Bool("verbose", false, "Print corrections as you run them")
func init() {
testing.Init()
flag.Parse()
}