tree: 560ebd80201e8b7bf49dbe12c29680adf7ebb005 [path history] [tgz]
  1. src/
  2. .gitignore
  3. Makefile
  4. README.md
go/README.md

Skylab inventory Go library

Development

All development should be done in the chroot.

Make sure to set GOPATH according to the guide.

Common tasks

To serve documentation:

godoc -port 5000

To build binaries:

make

To run unit tests:

make check

To run all tests, including slow and/or flaky tests:

make check_all

To check test coverage of a package:

scripts/check_coverage lucifer/event