mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Merge pull request #1540 from admpub/master
fix typo Former-commit-id: a858919e23fc52a40943e25a4ac3efff17ebfc91
This commit is contained in:
commit
a7a9e62ffa
|
@ -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.
|
// IPRange is a structure that holds the start and end of a range of IP Addresses.
|
||||||
type IPRange struct {
|
type IPRange struct {
|
||||||
Start net.IP `json:"start" yaml:"Start" toml"Start"`
|
Start net.IP `json:"start" yaml:"Start" toml:"Start"`
|
||||||
End net.IP `json:"end" yaml:"End" toml"End"`
|
End net.IP `json:"end" yaml:"End" toml:"End"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// IPInRange reports whether a given IP Address is within a range given.
|
// IPInRange reports whether a given IP Address is within a range given.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user