Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRuble committed Apr 2, 2019
1 parent 635a6e7 commit df0cee1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@
package main

import (
"fmt"
"github.com/naveego/bosun/cmd"
)

var version string

func main() {
fmt.Println("version:", version)
cmd.Execute()
}

0 comments on commit df0cee1

Please sign in to comment.