Refactor to enable RWGPS handler to be consumed by other modules.
This commit is contained in:
parent
507d20810d
commit
52c183cb20
3 changed files with 93 additions and 76 deletions
|
@ -35,7 +35,7 @@ func (s *RefreshmentStop) Contains(p rtreego.Point) bool {
|
|||
}
|
||||
|
||||
// TTL cache based on "9.7 Example: Concurrent Non-Blocking Cache" from
|
||||
// "The Go Programming Language", Alan A. A. Dovovan and Brian W. Kernighan
|
||||
// "The Go Programming Language", Alan A. A. Donovan and Brian W. Kernighan
|
||||
|
||||
type result struct {
|
||||
value *rtreego.Rtree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue