Go TOML validator based on https://github.com/martinlindhe/validtoml
Go to file
2018-01-08 01:23:28 +01:00
examples initial commit 2016-07-12 14:32:37 +02:00
LICENSE initial commit 2016-07-12 14:32:37 +02:00
main.go show '-' as filename for piped input 2018-01-08 01:23:28 +01:00
README.md initial commit 2016-07-12 14:32:37 +02:00

About

gorelease

Command line tool to validate TOML syntax of input file.

Installation

go get -u github.com/martinlindhe/validtoml

Usage

Exit code will be 0 if file is good.

validtoml file.toml

OK: file.toml

License

Under MIT