Skip to content

snsinfu/learn-go

Repository files navigation

Build Status

This repository contains my micro-projects for learning how to code in Go.

Code organization

Assuming default environment setting (GOPATH=~/go), repository root should be located at:

~/go/src/github.com/frickiericker/learn-go

Then micro-projects are laid out as follows:

~/go/src/github.com/frickiericker/learn-go/00-hello
~/go/src/github.com/frickiericker/learn-go/01-package
...
~/go/src/github.com/frickiericker/learn-go/NN-name

To run 00-hello for example:

% cd ~/go/src/github.com/frickiericker/learn-go/00-hello
% go test
% go build
% ./00-hello

Reading materials

Documentations

Style & code organization

Random resources

Code to read

Books

TODO

About

My attempt on learning golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages