I have an IP address defined as a string and a CIDR based mask defined as an int. What's the best way to convert the IP address to CIDR format?For example:ip := "1.2.3.4"mask := 31And I want to convert this to.... "1.2.3.4/31"Kirk
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.