Skip to content

Commit

Permalink
chore: remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Dec 3, 2023
1 parent 675d372 commit dab15f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func GetAddressCount(network *net.IPNet) uint64 {
}

// ParseCIDR parses the given CIDR notation string and returns the corresponding IP network.
// It utilizes the net.ParseCIDR function and returns an error if parsing fails.
func ParseCIDR(network string) (*net.IPNet, error) {
_, ip, err := net.ParseCIDR(network)
if err != nil {
Expand Down

0 comments on commit dab15f7

Please sign in to comment.