MCPcopy
hub / github.com/hwholiday/learning_tools / send

Function send

prometheus/howie_test.go:17–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 time.Sleep(24*time.Hour)
16}
17func send() {
18 resp, err := http.Get("http://192.168.2.28:8888/howie")
19 if err != nil {
20 fmt.Println(err)
21 return
22 }
23 resp.Body.Close()
24}

Callers 1

TestFunction · 0.70

Calls 2

GetMethod · 0.65
CloseMethod · 0.65

Tested by

no test coverage detected