/golang-projects

Implementation of projects on golang for learning

Primary LanguageGo

Go Projects

Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. It is often referred to as Golang because of its former domain name, golang.org, but its proper name is Go

The projects are implemented to learn concepts of Go from these repositories:

Project Description
Shell A minimalistic shell for UNIX(-like) operating systems.
Bit-torrent Client A BitTorrent client from the ground up in Go.
HackerRank Solutions for HackerRank problems in Go.