Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 267 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 267 Bytes

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