You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add gomod support (gofrs#116)
* add gomod support
* updated readme
* Update go.mod to have minimum go versoin 1.19
---------
Co-authored-by: damareyoh <chackerman@wsu.edu>
Enhance defaultHWAddrFunc() and tests to hit 100% coverage (gofrs#57)
This updates `defaultHWAddrFunc` to use a package-level variable for calling
`net.Interfaces()`, so that we can mock it in unit tests.
Doing so, and writing the related test, allows us to hit 100% coverage.
Signed-off-by: Tim Heckman <t@heckman.io>
Signed-off-by: Tim Heckman <t@heckman.io>
Co-authored-by: Cameron Ackerman <Cameron_Ackerman@selinc.com>
3.3.0
- the `UUID` type now satisfied fmt.Formatter; see the `.Format()` method
docs for more info. Contributed by Dylan Bourque (@dylan-bourque) in gofrs#72.
3.2.0
Remove support for the experimental Go Modules feature due to issues supporting
both `dep` and modules, amongst other concerns.
Please see gofrs#61, gofrs#66, and gofrs#67 for more info.