Move and fix geoip package

This commit is contained in:
Daniel
2020-03-20 23:00:18 +01:00
parent 5b40ffbedf
commit f270ccc21f
7 changed files with 29 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
package geoip
import (
"testing"
"github.com/safing/portmaster/core/pmtesting"
)
func TestMain(m *testing.M) {
pmtesting.TestMain(m)
}