mirror of https://bitbucket.org/ausocean/av.git
revid/geovision.go: fixed GeoVision constructor name, NewGeovision->NewGeoVision
This commit is contained in:
parent
bc7f450c5f
commit
a02ea397d5
|
@ -74,7 +74,7 @@ type GeoVision struct {
|
|||
}
|
||||
|
||||
// NewGeoVision returns a new GeoVision.
|
||||
func NewGeovision(l Logger) *GeoVision { return &GeoVision{log: l} }
|
||||
func NewGeoVision(l Logger) *GeoVision { return &GeoVision{log: l} }
|
||||
|
||||
// Set will take a Config struct, check the validity of the relevant fields
|
||||
// and then performs any configuration necessary using gvctrl to control the
|
||||
|
|
Loading…
Reference in New Issue