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 b1ebf3e commit 5c74de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func realMain() int {
var platformFlag PlatformFlag
var tags string
var verbose bool
var flagGcflags, flagAsmflags string
var flagGcflags, flagAsmflags, flagBuildmode string
var flagCgo, flagRebuild, flagTrimPath, flagListOSArch bool
var flagGoCmd string
var modMode string
Expand Down

1 comment on commit 5c74de8

@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 manual merge

Please sign in to comment.