Skip to content

Commit

Permalink
install goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
ottosuess committed Feb 4, 2020
1 parent 43afc5f commit 52b0c50
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions build_iOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@ go version

mkdir -p $GOPATH

go get -d -v github.com/lightninglabs/falafel
cd $GOPATH/src/github.com/lightninglabs/falafel
go install
cd $REPOROOT

go get -d -v golang.org/x/tools/go/packages
go get -d -v golang.org/x/mobile/cmd/gomobile
cd $GOPATH/src/golang.org/x/mobile/cmd/gomobile
go install
cd $REPOROOT
go get -v github.com/lightninglabs/falafel
go get -v golang.org/x/tools/cmd/goimports
go get -v golang.org/x/tools/go/packages
go get -v golang.org/x/mobile/cmd/gomobile

go get -d -v github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis
go get -d -v github.com/lightningnetwork/lnd
Expand Down

0 comments on commit 52b0c50

Please sign in to comment.