Skip to content

Commit

Permalink
cmd: Remove useless function
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 17, 2019
1 parent a8ccb05 commit 3521a3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ import (
"github.com/spf13/cobra"
)

func version() string {
if Version != "" {

}
}

var serveCmd = &cobra.Command{
Use: "serve",
Short: "Starts the HTTP/2 REST API and HTTP/2 Reverse Proxy",
Expand Down

0 comments on commit 3521a3d

Please sign in to comment.