Skip to content

Instantly share code, notes, and snippets.

@adamws
adamws / client.go
Created March 19, 2022 14:33
i3 history server/client
package main
import (
"log"
"net/rpc"
)
type Response struct {
Status string
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.