Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
func
handler(c net.Conn) {
12
c.Write([]byte(
"ok"
))
13
c.Close()
14
}
15
16
func
main() {
17
trace.Start(os.Stderr)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected