Merge pull request #613 from segevfiner/patch-1

Remove a bad space in _golang
This commit is contained in:
nicoulaj 2018-12-04 19:26:22 +01:00 committed by GitHub
commit 840272c0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ commands=(
'run:compile and run Go program'
'test:test packages'
'tool:run specified go tool'
'version :print Go version'
'version:print Go version'
'vet:report likely mistakes in packages'
'help:get more information about a command'
)