TL;DR
The https://pkg.go.dev/net/netip package is a newer and better implementation of the net.IP and net.IPNet features.
Expected behavior
The hcloud-go package to provide the best implementation for manipulating IPs and Subnets to its users.
A helper method could be introduced to compute legacy net.IP and net.IPNet types and if possible provide go inline fixes to easily upgrade.
TL;DR
The https://pkg.go.dev/net/netip package is a newer and better implementation of the net.IP and net.IPNet features.
Expected behavior
The hcloud-go package to provide the best implementation for manipulating IPs and Subnets to its users.
A helper method could be introduced to compute legacy net.IP and net.IPNet types and if possible provide go inline fixes to easily upgrade.