This repo is a collecton of go code I wrote while working through The Go Programming Language
The go language has a robust standard library that supports building microservices and devops tools quickly. Go is the "GOTO" language of choice if you need to build a tool quickly that compiles down to native. The code found in Server demonstrates:
- wiring up stdin/stdout of child processes and marshaling data between them
- Building a quick down and dirty web service to handle multiple use cases
- Embedding static resources into a single binary
Ardan Labs - William Kennedy (Is a Beast)
Slice Tricks
Arrays
JSON to Go Struct
Embed static files
Windows Encoding Util
Learn by Doing - Great Go repo
Serving Static Files
HTTP Handler Wrapping
Web Dev in Go
Working with Files
Curated List of Go Resources