├── .gitignore ├── LICENSE ├── README.md ├── cmd └── root.go └── main.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0fls/makedo/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0fls/makedo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0fls/makedo/HEAD/README.md -------------------------------------------------------------------------------- /cmd/root.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0fls/makedo/HEAD/cmd/root.go -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r0fls/makedo/HEAD/main.go --------------------------------------------------------------------------------