MCPcopy
hub / github.com/monasticacademy/httptap / main

Function main

experiments/tls/get/get.go:73–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func main() {
74 log.SetOutput(os.Stdout)
75 log.SetFlags(0)
76 err := Main()
77 if err != nil {
78 log.Fatal(err)
79 }
80}

Callers

nothing calls this directly

Calls 1

MainFunction · 0.70

Tested by

no test coverage detected