geolocate: first pass of code review and minor fixes (#359)

* doc(geolocate): minor cleanup

* more minor cleanups of geolocate

* remove disabled test and see whether now it works
This commit is contained in:
Simone Basso
2021-06-04 16:06:24 +02:00
committed by GitHub
parent 3cb6c7c6fb
commit f271e71c0b
7 changed files with 29 additions and 38 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
// Package model defines shared data structures and interfaces.
package model
import "github.com/ooni/probe-cli/v3/internal/engine/geolocate"
const (
// DefaultProbeIP is the default probe IP.
DefaultProbeIP = "127.0.0.1"
DefaultProbeIP = geolocate.DefaultProbeIP
)