Skip to content

Commit 7d5833d

Browse files
committed
Fix typo in previous commit
1 parent ee90faa commit 7d5833d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func _main() error {
259259
flag.Var(&imports, "i", ``+
260260
"* import package local package from GOPATH: [alias=]import-path\n"+
261261
"* import package in Go module mode: [alias=]import-path@version\n"+
262-
"Once a version is mentioned, Go module mode is enabled globally."
262+
"Once a version is mentioned, Go module mode is enabled globally.",
263263
)
264264

265265
var goimports string

0 commit comments

Comments
 (0)