go: Fix typo (#1243)

This commit is contained in:
Alexey Shytikov 2020-07-05 03:15:41 +02:00 committed by GitHub
parent cc3e3ad41d
commit 86cb7ab7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,6 @@
"notes": [
"Your GOROOT has been set to: $dir",
"You can run 'go env GOROOT' to view this at any time.",
"\"$env:USERPROFILE\\go\\bin)\" has been added to your PATH."
"\"$env:USERPROFILE\\go\\bin\" has been added to your PATH."
]
}