Skip to content

symonk/learning-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning go


A simple repository for documenting and learning the basic functionality of go. The repository is simple, each module contains a main.go and the entrypoint to that module is the Run method. Creating multiple main functions in each package is not viable. The main.go in the root directory synchronously calls all the examples Run functions sequentially in line with the table of contents below.

All modules are exposed under the -module flag. To run a particular exercise, take the top level folder name and run it like so:

# To run the `closingchannels` examples.
go run . -module closingchannels

Table Of Contents:

About

My cross training learning materials in `Go`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages