MCPcopy Create free account
hub / github.com/divan/gotrace / handler

Function handler

examples/server1.go:11–14  ·  view source on GitHub ↗
(c net.Conn)

Source from the content-addressed store, hash-verified

9)
10
11func handler(c net.Conn) {
12 c.Write([]byte("ok"))
13 c.Close()
14}
15
16func main() {
17 trace.Start(os.Stderr)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected