MCPcopy Create free account
hub / github.com/coder/websocket / main

Function main

internal/examples/chat/main.go:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func main() {
15 log.SetFlags(0)
16
17 err := run()
18 if err != nil {
19 log.Fatal(err)
20 }
21}
22
23// run initializes the chatServer and then
24// starts a http.Server for the passed in address.

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…