Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhoyt/web-service-stdlib
Rewrite of Go RESTful API tutorial using only the stdlib
https://github.com/benhoyt/web-service-stdlib
Last synced: 16 days ago
JSON representation
Rewrite of Go RESTful API tutorial using only the stdlib
- Host: GitHub
- URL: https://github.com/benhoyt/web-service-stdlib
- Owner: benhoyt
- License: mit
- Created: 2021-11-13T02:33:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T21:35:42.000Z (over 2 years ago)
- Last Synced: 2024-10-15T23:54:53.947Z (28 days ago)
- Language: Go
- Homepage: https://benhoyt.com/writings/web-service-stdlib/
- Size: 13.7 KB
- Stars: 50
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Developing a RESTful API with Go and ... Go
This is a rewrite of [Tutorial: Developing a RESTful API with Go and Gin](https://golang.org/doc/tutorial/web-service-gin) using just the Go standard library. It also fixes a few issues and adds a few features along the way. [**Read full article.**](https://benhoyt.com/writings/web-service-stdlib/)