Skip to content

Instantly share code, notes, and snippets.

@mgarces
Created April 2, 2020 12:17
Show Gist options
  • Save mgarces/4ca0ebdc6630cec2645681256774437f to your computer and use it in GitHub Desktop.
Save mgarces/4ca0ebdc6630cec2645681256774437f to your computer and use it in GitHub Desktop.
export GOPATH=$HOME/golang/ # or whatever you like export PATH=$PATH:$GOPATH/bin go get -u github.com/aws/aws-sdk-go go get -u github.com/go-ini/ini go get -u github.com/jmespath/go-jmespath go get -u github.com/urfave/cli go build aws_finder.go go install aws_finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment