tailscale / tailscale-client-go

A client implementation for the Tailscale HTTP API
MIT License
61 stars 27 forks source link

v2: return base SplitDNSResponse instead of pointer #104

Closed oxtoacart closed 2 months ago

oxtoacart commented 2 months ago

Since SplitDNSResponse is already a map, it's possible to return nil without using a pointer.

This also renames SplitDnsResponse -> SplitDNSResponse to keep with Go casing conventions.

Updates tailscale/corp#21867