Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 191 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 191 Bytes

Development commands

  • Bootstrap: git submodule update --init
  • Run tests: GOPATH=`pwd` go test netlocal
  • Build: GOPATH=`pwd` go build -o netlocal main
  • Run: ./netlocal