Skip to content

Commit

Permalink
Merge pull request #1540 from admpub/master
Browse files Browse the repository at this point in the history
fix typo

Former-commit-id: a858919e23fc52a40943e25a4ac3efff17ebfc91
  • Loading branch information
kataras authored Jun 18, 2020
2 parents 6557dcf + 208528a commit a7a9e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/netutil/ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ https://github.com/kataras/iris/issues/1453

// IPRange is a structure that holds the start and end of a range of IP Addresses.
type IPRange struct {
Start net.IP `json:"start" yaml:"Start" toml"Start"`
End net.IP `json:"end" yaml:"End" toml"End"`
Start net.IP `json:"start" yaml:"Start" toml:"Start"`
End net.IP `json:"end" yaml:"End" toml:"End"`
}

// IPInRange reports whether a given IP Address is within a range given.
Expand Down

0 comments on commit a7a9e62

Please sign in to comment.