Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 285 Bytes

Learning Golang

Install

To install run:

$ go get -u github.com/AgarwalConsulting/learning-golang

$ cd $GOPATH/src/github.com/AgarwalConsulting/learning-golang

Run the access control example:

$ go run 002-struct-interface/009-access-control/main.go