tree: d2d019c3477d6571866ccde340466b4a2eb9033a [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