Skip to content

Commit

Permalink
delete build version
Browse files Browse the repository at this point in the history
  • Loading branch information
ieee0824 committed Jun 20, 2016
1 parent eaac55b commit cea6446
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/fanlin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ var confList = []string{

var (
buildVersion string
buildHash string
buildDate string
goversion string
)
Expand All @@ -46,7 +45,6 @@ var (
func showVersion() {
fmt.Println()
fmt.Println("build version: ", buildVersion)
fmt.Println("build hash: ", buildVersion)
fmt.Println("build date: ", buildDate)
fmt.Println("GO version: ", goversion)
os.Exit(128)
Expand Down

0 comments on commit cea6446

Please sign in to comment.