()
| 10 | ) |
| 11 | |
| 12 | func main() { |
| 13 | cfg, err := internal.GetTLSConfig("rootCA.crt") |
| 14 | fmt.Println(err) |
| 15 | var msg map[string]string |
| 16 | resp, err := internal.GetJSON("https://localhost:5002/", &msg, cfg) |
| 17 | fmt.Println(err) |
| 18 | fmt.Println(resp) |
| 19 | } |
nothing calls this directly
no test coverage detected