detj / gobyexample

learning go by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gopher

Learning Go lang from gobyexample.com

Run the examples

Run the examples by running

go run <file.go>

You can also choose to build executables

go build <file.go>

Install Go

If you are on OSX, you can install Go using Homebrew or download for other platforms from the website

About

learning go by example


Languages

Language:Go 100.0%