mattrco

Results 9 issues of mattrco

At the moment `main.go` provides a simple way of getting started just by passing a metric name. As more inputs/analyzers/outputs are added, this will be changed to provide an interactive...

This was a feature request. I probably won't get around to it soon, but it would be nice to have.

This should be simple to use: http://godoc.org/github.com/dgryski/go-change.

analysis

Whatever we end up using needs to: run tests, vet, and maybe lint.

Anode components are meant to be easily composable, so removing main in favour of compilable examples might be a better approach.

The current flag handling is rudimentary at best. Improve this with a usage string and make invalid flags produce useful error messages.

`scanNegative` is a code smell.

It's currently bad. Improve it and add a coverage badge to the readme.

Not sure if this is certificate transparency's issue or ours (I'm not familiar with gox): ``` $ go version go version go1.7.1 linux/amd64 $ go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64"...