├── .gitignore ├── .gometalinter.json ├── .goxc.json ├── LICENSE ├── README.md └── main.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soniah/awsenv/HEAD/.gitignore -------------------------------------------------------------------------------- /.gometalinter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soniah/awsenv/HEAD/.gometalinter.json -------------------------------------------------------------------------------- /.goxc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soniah/awsenv/HEAD/.goxc.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soniah/awsenv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soniah/awsenv/HEAD/README.md -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soniah/awsenv/HEAD/main.go --------------------------------------------------------------------------------