Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 732 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 732 Bytes

Random stuff from GO

A series of random stuff which I am playing with golang as a part of my continued effort to grasp the language features.

Miscellaneous code

Some of the random code fragments I revisit as a part of my continuous learning initiative are in gemeric

GOPL

Selective exercises from the excellent book The Go Programming Language

GOPL Exercises

Other samples and exercises

Most of the remaining exercies and code snippets are from books and other 3rd party resources which I reworked and implemented in my own way based on my understanding of the language.