SteveFortune / golang-adventures

Learning GoLang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoLang Adventures

As much as I love ZendFramework 2, I'm getting a bit tired of PHP in general. In the ongoing pursuit to continually up my game I've decided to start learning GoLang for my backend web endeavours.

This repo hosts a collection random snippets of go code that I've written in order to familiarise myself with the language syntax and APIs.

###Reading List

###Other Objectives

  • Find an IDE: Atom + Go command line tools
  • Explore the Testing, Benchmarking and Example framework that comes with Go
  • Find a web framework: Just use the net package. Possibly Gorrilla's mux package for routing

About

Learning GoLang.

License:MIT License


Languages

Language:Go 100.0%