Remove a bad space in _golang

This commit is contained in:
Segev Finer 2018-12-02 16:09:57 +02:00 committed by GitHub
parent 6215de5d9c
commit 5f5d2bb51c
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'
)