Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.11 KB

IMPORTANT: This package has been split into individual packages and is thus deprecated.

Migration instructions:

Adjust imports from "github.com/gigawattio/go-commons/pkg/X" to "github.com/gigawattio/X".

E.g. "github.com/gigawattio/go-commons/pkg/upstart" becomes "github.com/gigawattio/upstart".

go-commons

Documentation Build Status Report Card

Shared go packages used by projects at Gigawatt.

Formerly known as `gigawatt-common'.

Requirements

  • Go version 1.6 or newer
  • Locally running postgres database for running the unit-tests.

Running the test suite

go test ./...

TODO

  • Fix upstart serviceifier to pickup and preserve flags.
  • Update upstart serviceifier refuse to install as root?