Creating circleci job to just lint and vet code
This commit is contained in:
@@ -19,7 +19,9 @@ var fVersion = flag.Bool("version", false, "display the version")
|
||||
var fSampleConfig = flag.Bool("sample-config", false, "print out full sample configuration")
|
||||
var fPidfile = flag.String("pidfile", "", "file to write our pid to")
|
||||
|
||||
// Telegraf version
|
||||
var Version = "unreleased"
|
||||
// Telegraf commit
|
||||
var Commit = ""
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user