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