Skip to content

Tags: nesv/cmndr

Tags

v1.2.0

Toggle v1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove all external dependencies

github.com/spf13/pflag isn't netting us as much as I had hoped it would,
and it's a pretty decently-sized dependency; ultimately not worth the
effort.

github.com/pkg/errors is gone too, now that the standard library has
everything we need.

v1.1.0

Toggle v1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'pflag'

v1.0.2

Toggle v1.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
go.mod: Pull in dependencies.

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add go.{mod,sum}.

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
readme: add link to godoc