Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@igungor igungor released this 18 Oct 07:57
· 1 commit to master since this release
fda9b31
Use github.com/pelletier/go-toml to support time.Duration (#10)

* go: use github.com/pelletier/go-toml package

This package has native time.Duration parser and serializer.

* config: remove Duration type since new package supports out of the box

* github: add ci workflow

* github: add codeowners

* github: add gofmt check

* github: fix gofmt check