├── LICENSE ├── README.md ├── TODO.md ├── cmd ├── root.go ├── swagger.go ├── template.go └── template_test.go └── main.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchssk/ago/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchssk/ago/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchssk/ago/HEAD/TODO.md -------------------------------------------------------------------------------- /cmd/root.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchssk/ago/HEAD/cmd/root.go -------------------------------------------------------------------------------- /cmd/swagger.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchssk/ago/HEAD/cmd/swagger.go -------------------------------------------------------------------------------- /cmd/template.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchssk/ago/HEAD/cmd/template.go -------------------------------------------------------------------------------- /cmd/template_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchssk/ago/HEAD/cmd/template_test.go -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchssk/ago/HEAD/main.go --------------------------------------------------------------------------------