github.com/cima-lexis/wundererr@v0.0.0-20211005094629-75ae72005cfa/core/core.go (about)

     1  package core
     2  
     3  type Domain struct {
     4  	MinLat, MaxLat, MinLon, MaxLon float64
     5  }