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

https://github.com/fgm/go__web_demo

The go.dev web-service-gin example, with a parallel version on gorilla/mux
https://github.com/fgm/go__web_demo

examples go golang tutorial-code web

Last synced: 8 months ago
JSON representation

The go.dev web-service-gin example, with a parallel version on gorilla/mux

Awesome Lists containing this project

README

          

# go__web_demo
## Contents

This is a customized version of the official go.dev
[web-service-gin](https://go.dev/doc/tutorial/web-service-gin) tutorial.

It also includes a version using gorilla/mux for comparison.

## License

This is a derivative work of the go.dev Gin example licensed under the
[go.dev BSD license](./LICENSE_GO_DEV.md)

Like the upstream material, this is licensed under a [BSD license](./LICENSE.md).