https://github.com/aodin/go-http-tutorials
Various code snippets for writing http services in Go
https://github.com/aodin/go-http-tutorials
Last synced: 6 months ago
JSON representation
Various code snippets for writing http services in Go
- Host: GitHub
- URL: https://github.com/aodin/go-http-tutorials
- Owner: aodin
- License: mit
- Created: 2012-06-15T18:41:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T03:37:50.000Z (about 4 years ago)
- Last Synced: 2023-03-24T06:34:33.267Z (about 2 years ago)
- Language: Go
- Size: 102 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Go HTTP Tutorials
====Example Go programs using the `net/http` package.
This is not an introduction to the Go programming language. If you're an experienced programmer looking to learn Go, I recommend starting with [Effective Go](https://golang.org/doc/effective_go.html). If you're new to programming, check out [this list of learning resources](https://github.com/golang/go/wiki/Learn).
1. [A simple HTTP server](/01_handler/)
1. [Requests](/02_request/)
1. [Response](/03_response/)Happy hacking!
aodin, 2012-2021