Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ main
Function
main
k8s/main.go:5–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
"net/http"
4
5
func
main() {
6
http.HandleFunc(
"/k8s"
,
func
(writer http.ResponseWriter, request *http.Request) {
7
_, _ = writer.Write([]byte(
"hello world k8s"
))
8
})
9
_ = http.ListenAndServe(
":8080"
, nil)
10
}
Callers
nothing calls this directly
Calls
1
Write
Method · 0.80
Tested by
no test coverage detected