Skip to content

bsnux/go-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go cookbook

Simple Go recipes

Assuming Go is installed in your box, you can run the code living in every directory with the following command:

go run main.go

For example, for running code living in basics folder:

cd basics
go run main.go

Releases

No releases published

Packages

No packages published