An open API service indexing awesome lists of open source software.

https://github.com/mkch/wol

Wake-on-LAN implementation in golang
https://github.com/mkch/wol

Last synced: 5 months ago
JSON representation

Wake-on-LAN implementation in golang

Awesome Lists containing this project

README

          

# wol

Wake-on-LAN implementation in golang.

## Example

```go
import "github.com/mkch/wol"

func ExampleWake() {
wol.Wake("11:22:33:44:55:66") // MAC address
}
```