MCPcopy
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

3import "net/http"
4
5func 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

WriteMethod · 0.80

Tested by

no test coverage detected