Remove unused nettest command

This commit is contained in:
Arturo Filastò
2018-09-17 16:33:56 +02:00
parent d55cccc236
commit 30c6041423
3 changed files with 1 additions and 19 deletions
-17
View File
@@ -1,17 +0,0 @@
package nettest
import (
"github.com/alecthomas/kingpin"
"github.com/apex/log"
"github.com/ooni/probe-cli/internal/cli/root"
)
func init() {
cmd := root.Command("nettest", "Run a specific nettest")
cmd.Action(func(_ *kingpin.ParseContext) error {
log.Info("Nettest")
log.Error("this function is not implemented")
return nil
})
}
+1 -1
View File
@@ -1,4 +1,4 @@
package clean
package reset
import (
"os"