Comment by @alexgiantwhale • Hey

func watch() { wss := os.Getenv("WSS") rc, err := rpc.Dial(wss) if err != nil { log.Printf("failed to dial: %v", err) return } log.Printf("conne

Stats

Comments