Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff788b0

Browse files
committed
Install gowatch too
1 parentd71659b commitff788b0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎roles/golang-1.5/tasks/main.yml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,16 @@
5454
recurse=yes
5555
owner=vagrant
5656
group=vagrant
57-
-name:Installgocode
57+
-name:Installsome nice go packages
5858
command:>
59-
go get -ugithub.com/nsf/gocode
59+
go get -u{{ item }}
6060
environment:
6161
GOPATH:"{{ go_path }}"
6262
GOROOT:"{{ go_root }}"
6363
PATH:"{{ go_root }}/bin:{{ go_path }}/bin:/usr/bin:/bin"
64+
with_items:
65+
-github.com/nsf/gocode
66+
-bitbucket.org/gotamer/gowatch
6467
-name:Check out vim-go
6568
git:
6669
repo=https://github.com/fatih/vim-go.git

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp