mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
fix typo
Former-commit-id: 181b7b504f22c3510dbeef3d6fbd43af226835e2
This commit is contained in:
parent
6557dcf6c5
commit
7aecacdffe
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user