Skip to content

Commit ca84144

Browse files
committed
go install instead of go get?
1 parent 762b081 commit ca84144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make-aar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export GO_COMPILED="$GOPATH/bin"
3030
export PATH="$GO_LANG:$GO_COMPILED:$PATH"
3131

3232
# init gomobile
33-
go get golang.org/x/mobile/cmd/gomobile
33+
go install golang.org/x/mobile/cmd/gomobile
3434
gomobile init
3535

3636
# checkout tagged branch?

0 commit comments

Comments
 (0)