Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)