Commit Graph
4 Commits
Author SHA1 Message Date
Tobias Klauser 4259e17bb7 Run go mod tidy as part of GitHub actions
Make sure go.mod and go.sum match the current source in the module.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2021-03-18 12:08:34 -07:00
Tobias Klauser 738f593fd1 Add GitHub action for CI testing
Run tests on the currently supported Go versions on Linux and macOS.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2021-03-03 05:43:38 -08:00
Tobias Klauser ad37553302 Wrap correct raw.Control error on FreeBSD
Follow #1 after FreeBSD support was merged in #3.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2021-03-03 08:02:05 +01:00
Tobias Klauser bb1f659201 Wrap correct error on raw.Control failure
Wrap cerr, the error returned by raw.Control.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2021-02-17 00:50:47 +01:00