Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 481 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 481 Bytes

you-nite

The obvious check list

  • Always set your GOPATH e.g. export GOPATH=~/workspace

Code Commit Standards for the honorable

  • Always run go fmt github.com/premsantosh/you-nite [Set your GOPATH]
  • Structure commits before pushing to repo
  • Never commit code without tests

How to checkout and develop

  • Install Go : https://golang.org/doc/install
  • Set your GOPATH to your workspace. For more info run go help gopath
  • go get githut.com/premsantosh/you-nite