Releases: sabhiram/go-wol
Releases · sabhiram/go-wol
v2.0.1: update colorize lib to disable color on non ATTY terminals
Added a `--no-color` option for the `wol` app to disable color output on usage etc. Additionally, the colorize lib is now also updated to detect non ansi friendly terminals and disable the color option automatically.
go module support for wol package
Special thanks to @creekorful for making this change 🎉
Major version bumped because now we are go mod-able.