(s string)
| 15 | ) |
| 16 | |
| 17 | func firstLabel(s string) string { |
| 18 | s, _, _ = strings.Cut(s, ".") |
| 19 | return s |
| 20 | } |
| 21 | |
| 22 | // Example_tshello is a full example on using tsnet. When you run this program it will print |
| 23 | // an authentication link. Open it in your favorite web browser and add it to your tailnet |
no outgoing calls
no test coverage detected
searching dependent graphs…