Remove incorrect comment about linker options

This commit is contained in:
Daniel Nelson 2017-11-01 18:17:51 -07:00
parent 26ccc1f205
commit 9b0af4478b
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 0 additions and 3 deletions

View File

@ -55,9 +55,6 @@ var fUsage = flag.String("usage", "",
var fService = flag.String("service", "",
"operate on the service")
// Telegraf version, populated linker.
// ie, -ldflags "-X main.version=`git describe --always --tags`"
var (
nextVersion = "1.5.0"
version string