├── .gitignore ├── LICENSE ├── README.md ├── gopistrano.go └── shell.go /.gitignore: -------------------------------------------------------------------------------- 1 | Gopfile 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azcdev/gopistrano/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azcdev/gopistrano/HEAD/README.md -------------------------------------------------------------------------------- /gopistrano.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azcdev/gopistrano/HEAD/gopistrano.go -------------------------------------------------------------------------------- /shell.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azcdev/gopistrano/HEAD/shell.go --------------------------------------------------------------------------------