├── .gitignore ├── LICENSE ├── README.md ├── deputy.go ├── deputy_test.go └── example_test.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natefinch/deputy/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natefinch/deputy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natefinch/deputy/HEAD/README.md -------------------------------------------------------------------------------- /deputy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natefinch/deputy/HEAD/deputy.go -------------------------------------------------------------------------------- /deputy_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natefinch/deputy/HEAD/deputy_test.go -------------------------------------------------------------------------------- /example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natefinch/deputy/HEAD/example_test.go --------------------------------------------------------------------------------