/learning-go

Fundamentals of Golang and Building Applications

Primary LanguageGoGNU General Public License v3.0GPL-3.0

golang-application-fundamentals

Contains the following:

  • Fundamentals

    • Arrays and Slices
    • Maps and Structs
    • Defer, Panic and Recover
    • Pointers
    • Functions
    • Interfaces
    • Go routines
    • Channels
  • Applications

    • Static web server (using no packages)
    • Rest API(using gorilla mux)
    • Web Crawler
    • ORM
    • Cron Job

Building Microservices with Go