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
- Host: GitHub
- URL: https://github.com/swhite24/go-rest-tutorial
- Owner: swhite24
- License: mit
- Created: 2014-12-22T01:37:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T01:38:17.000Z (about 11 years ago)
- Last Synced: 2025-08-14T12:37:28.695Z (5 months ago)
- Topics: go, tutorial
- Language: Go
- Size: 102 KB
- Stars: 83
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```