Refactor to enable RWGPS handler to be consumed by other modules.

This commit is contained in:
Ray Miller 2020-04-22 14:55:53 +01:00
parent 507d20810d
commit 52c183cb20
3 changed files with 93 additions and 76 deletions

View file

@ -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