Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 184 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 184 Bytes

GoRouter

Install Linter

go get -u golang.org/x/lint/golint

Start Project

go run main.go

Init dependencies

dep init

Install dependencies

dep ensure