chronograf/cmd/chronograf
Tim Raymond bbe7c31470 Fix missing version
Previously, using the version switch (`chronograf --version`) would
yield no version or commit information. This was because those two
package vars were exported, when the build script expects them to be
package private. To keep the build script as consistent as possible
across repos, the solution was to just make those package vars private

Connect #679
2016-12-13 15:09:12 -05:00
..
main.go Fix missing version 2016-12-13 15:09:12 -05:00