Skip to content

benelser/Go

Repository files navigation

Go

This repo is a collecton of go code I wrote while working through The Go Programming Language

Server

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

Some Useful Bookmarks Discovered Along the Way

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

About

Musings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published