Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiletoly committed Dec 7, 2021
1 parent 5aab923 commit 2773eb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ func parseCommandLineArgs() (
| package - package-level (lower-cased) constructors will be created
| none - no constructors will be created
`)
//constructorScopePtr := flag.String("constructor", "exported", "{exported|package|none}")
flag.Bool("print-version", false, "print current version")

flag.Parse()
if isFlagPassed("print-version") {
println("gobetter version 0.5")
println("gobetter version 0.7")
}

inFilename = *inputFilePtr
Expand Down

0 comments on commit 2773eb8

Please sign in to comment.