aravindhsampath / learngo

Toy programs written while learning Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Go

Toy programs written while learning Go.

Programs are mostly the same from freeCodeCamp.org's Youtube video and Go by example with comments and experimentation notes by and for myself.

Usage

  1. Clone this Git repository.
git clone https://github.com/aravindhsampath/learngo.git
  1. Run the specific program using the Go run time.
cd learngo
go run 01_hello.go

About

Toy programs written while learning Go.

License:MIT License


Languages

Language:Go 100.0%