Skip to content

Commit f5850a9

Browse files
committed
Merge pull request #96 from tmaeda/fix-typo-on-golang
Fix typo on golang page
2 parents 783b34e + b48f66b commit f5850a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/golang.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Emacsでの Go言語をプログラミングする際の環境構築について
1515
コード補完のために `gocode`, 定義元へのジャンプのために `godef`をインストールしておく
1616

1717
```
18-
% go get -u go get -u github.com/nsf/gocode
18+
% go get -u github.com/nsf/gocode
1919
% go get -u code.google.com/p/rog-go/exp/cmd/godef
2020
```
2121

0 commit comments

Comments
 (0)