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
- Host: GitHub
- URL: https://github.com/fgm/go__web_demo
- Owner: fgm
- License: bsd-3-clause
- Created: 2022-10-30T17:10:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T17:36:16.000Z (over 3 years ago)
- Last Synced: 2025-03-28T17:48:18.558Z (about 1 year ago)
- Topics: examples, go, golang, tutorial-code, web
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).