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
+1 -1
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'
)