Skip to content

loicbaron/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

go

Learning GoLang.

Tour of Go

Some examples from https://tour.golang.org/

import within the same package

cd src/samePackage
go run main.go state.go
go build && ./samePackage

hello package

This is my first go package.

Setup environment

cd src/hello
export GOPATH=$GOPATH:$(pwd)

Run

go run main.go
go build && ./hello

About

Learning GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages