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

seperate files for build mains.

This commit is contained in:
Craig Peterson
2017-03-12 16:41:11 -07:00
parent b0e3b05e86
commit cda8c482db
4 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ import (
_ "github.com/StackExchange/dnscontrol/providers/route53"
)
//go:generate go run build/generate.go
//go:generate go run build/generate/generate.go
// One of these config options must be set.
var jsFile = flag.String("js", "dnsconfig.js", "Javascript file containing dns config")