14 Commits

Author SHA1 Message Date
Kevin Burke a56e914e72 .github: run lint only on Go 1.18 2022-06-05 13:48:31 -07:00
Kevin Burke f6c7111323 Makefile: add tag prefix to release command
This makes go.mod happier.
2022-03-31 10:59:35 -07:00
Carlos A Becker 91cd224c7f config: add DecodeBytes to directly read a byte array
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-03-31 09:49:09 -07:00
Kevin Burke 2e50c44127 all: fix lint issues
staticcheck updated, and it requires inline fixes as well as dropping
support for 1.9 and 1.10.
2019-06-29 21:04:20 -07:00
Kevin Burke 4fcc689bee Use kevinburke/bump_version instead of Shyp/bump_version 2018-04-22 12:34:03 -07:00
Wayne Ashley Berry 6c3af74fa5 Run tests with the race detector
At some point recently this was fixed (maybe investigate more and
figure out how/why this has been resolved?)

Add Go 1.10 to Travis CI.
2018-04-02 20:41:57 -07:00
Kevin Burke b8c871d977 run tests before releasing a new version 2018-03-17 10:56:17 -07:00
Kevin Burke fc20c60f74 Add AUTHORS file 2018-01-27 11:48:38 -08:00
Kevin Burke db49ba357d Use better dependencies in Makefile 2017-08-22 10:15:53 -07:00
Kevin Burke 2b54512628 switch staticcheck for megacheck and fix things it complains about 2017-05-26 10:01:24 -07:00
Kevin Burke b365efcd38 add a release target 2017-05-25 08:11:58 -07:00
Kevin Burke 251b79e492 install staticcheck on host 2017-04-23 11:59:34 -07:00
Kevin Burke 67c39ca6b4 Implement Get and wildcard match
Lots of changes and new API's here.

Fixes #7.
2017-04-23 11:42:22 -07:00
Kevin Burke 29f594a81c Add alpha SSH config parser
The error handling is nonexistent and there's no easy way to get
data out. But we can parse a SSH config file into a Go struct, and
roundtrip that struct back to a file that looks (roughly) the same.
2017-04-17 11:08:10 -07:00