Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
necrose99 authored Jan 3, 2021
1 parent 5c74de8 commit 2852f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func realMain() int {
flags.BoolVar(&flagRebuild, "rebuild", false, "")
flags.BoolVar(&flagTrimPath, "trimpath", false, "")
flags.BoolVar(&flagListOSArch, "osarch-list", false, "")
flags.StringVar(&flagBuildmode, "buildmode", "", "")
flags.StringVar(&flagGcflags, "gcflags", "", "")
flags.StringVar(&flagAsmflags, "asmflags", "", "")
flags.StringVar(&flagGoCmd, "gocmd", "go", "")
Expand Down

1 comment on commit 2852f34

@necrose99
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mitchellh#136 merge insert manually..

Please sign in to comment.