[#316] locode/boltdb: Replace all references to the City with Location
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
0a87fec6c6
commit
9a425924cf
4 changed files with 27 additions and 27 deletions
|
@ -30,7 +30,7 @@ type locodeBoltEntryWrapper struct {
|
|||
}
|
||||
|
||||
func (l *locodeBoltEntryWrapper) LocationName() string {
|
||||
return l.Record.CityName()
|
||||
return l.Record.LocationName()
|
||||
}
|
||||
|
||||
type locodeBoltDBWrapper locodebolt.DB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue