()
| 192 | } |
| 193 | |
| 194 | func ExampleDebugHandler_URL() { |
| 195 | mux := http.NewServeMux() |
| 196 | dbg := Debugger(mux) |
| 197 | // Links to the Tailscale website from /debug/. |
| 198 | dbg.URL("https://www.tailscale.com", "Homepage") |
| 199 | } |
| 200 | |
| 201 | func ExampleDebugHandler_Section() { |
| 202 | mux := http.NewServeMux() |