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

Create a dynamic provider features matrix (#201)

* adding simple provider feature matrix generator

* filling out matrix

* clean output

* dead code

* explanatory text

* explanatory text

* typo

* move stuff around

* clean

* editing
This commit is contained in:
Craig Peterson
2017-09-14 16:13:17 -04:00
committed by GitHub
parent 6ce221df49
commit 3a90435357
21 changed files with 765 additions and 79 deletions

View File

@@ -10,7 +10,7 @@ import (
_ "github.com/StackExchange/dnscontrol/providers/_all"
)
//go:generate go run build/generate/generate.go
//go:generate go run build/generate/generate.go build/generate/featureMatrix.go
func main() {
log.SetFlags(log.LstdFlags | log.Lshortfile)