package main
import "github.com/MakotoE/go-fahapi"
func main() {
api, err := fahapi.Dial(fahapi.DefaultAddr)
if err != nil {
panic(err)
}
defer api.Close()
if err := api.PauseAll(); err != nil {
panic(err)
}
if err := api.UnpauseAll(); err != nil {
panic(err)
}
}
-
Notifications
You must be signed in to change notification settings - Fork 1
Folding@home client API wrapper for Go
License
MakotoE/go-fahapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Folding@home client API wrapper for Go