-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.
Description
What version of Go are you using (go version
)?
$ go version go version go1.12.7 linux/amd64
Does this issue reproduce with the latest release?
currently latest stable
What operating system and processor architecture are you using (go env
)?
What did you do?
read the documentation
go doc -src net.IPNet.String // String returns the CIDR notation of n like "192.0.2.1/24" // ...
What did you expect to see?
// String returns the CIDR notation of n like "192.0.2.0/24"
What did you see instead?
// String returns the CIDR notation of n like "192.0.2.1/24"
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.