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

https://github.com/swhite24/go-rest-tutorial

Code to accompany tutorial at stevenwhite.com
https://github.com/swhite24/go-rest-tutorial

go tutorial

Last synced: 6 days ago
JSON representation

Code to accompany tutorial at stevenwhite.com

Awesome Lists containing this project

README

          

# go-rest-tutorial

Code accompanying my "Building a REST Service with Golang" tutorial at [stevenwhite.com](http://stevenwhite.com).

* [Part 1 - Setup](http://stevenwhite.com/building-a-rest-service-with-golang-1)
* [Part 2 - Simple Webserver](http://stevenwhite.com/building-a-rest-service-with-golang-2)
* [Part 3 - Adding a Backend](http://stevenwhite.com/building-a-rest-service-with-golang-3)

## Installation

Via `go`

```
go get github.com/swhite24/go-rest-tutorial
```