Yet Another Keepalived syntax checker in golang.
gokc -f /etc/keepalived/keepalived.conf
gokc: the configuration file /etc/keepalived/keepalived.conf syntax is ok
$ brew tap yuuki/gokc
$ brew install gokc
$ go get github.com/yuuki/gokc
$ go install github.com/yuuki/gokc
- Fork (https://github.com/yuuki/gokc/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create new Pull Request