Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
gottyclient
✓ github.com/moul/gotty-client
Connect to a GoTTY WebSocket server.
package main
import (
"fmt"
"github.com/moul/gotty-client"
)
func main() {
client := gottyclient.NewClient("ws://localhost:8080")
err := client.Connect()
if err != nil {
panic(err)
}
fmt.Println("Connected to GoTTY server")
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.10.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.