go: Removed godoc binary (#392)

This commit is contained in:
Marcin Wojnarowski 2019-09-04 09:12:14 +02:00 committed by Hsiao-nan Cheung
parent 9626964695
commit e39b939f04

View File

@ -9,8 +9,7 @@
},
"bin": [
"bin/go.exe",
"bin/gofmt.exe",
"bin/godoc.exe"
"bin/gofmt.exe"
],
"installer": {
"script": "add_first_in_path \"$env:USERPROFILE\\go\\bin\" $global"