grim/hgkeeper

all: use standard Go reflect.StructTag format.
styling
2019-04-17, Wagner Riffel
028c0cc77dd3
all: use standard Go reflect.StructTag format.
Mainly because go vet marks this as "suspicious construct", refs:
https://golang.org/pkg/reflect/#StructTag
https://golang.org/cmd/vet
module bitbucket.org/rw_grim/hgkeeper
require (
github.com/alecthomas/kong v0.1.16
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
)