Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buraksecer/go-rest-api-samples

Simply learning
https://github.com/buraksecer/go-rest-api-samples

Last synced: 15 days ago
JSON representation

Simply learning

Awesome Lists containing this project

README

        

# go-rest-api-samples
Simply learning

# simple-rest-api-with-swagger

If you want to show swagger documents, you must run;
go:generate swag init -> script.

If swag init want to $Path, you must run;
go get -v -u github.com/swaggo/swag/cmd/swag -> because, swag using
this library.