Kevin Burke
2b54512628
switch staticcheck for megacheck and fix things it complains about
2017-05-26 10:01:24 -07:00
Kevin Burke
7897293c53
Cleanup for public release
...
- Test Include string representation
- Add docs and examples
2017-05-25 08:00:10 -07:00
Kevin Burke
c20644453d
add Default() and start of a validate() function
2017-05-24 10:11:10 -07:00
Kevin Burke
54fabb9a37
Implement Include directive
...
It's tricky because it involves recursive filesystem parsing, depth
checking and glob matching. But figured it out.
Fixes #4 .
2017-05-23 20:09:31 -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