Skip to content

Commit

Permalink
chore(session.go): say we were merged into probe-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 3, 2021
1 parent e8e0c4d commit 6333b75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions session.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"os"
"path/filepath"
"sync"
"time"

"github.com/ooni/probe-engine/atomicx"
"github.com/ooni/probe-engine/geolocate"
Expand All @@ -25,6 +26,12 @@ import (
"github.com/ooni/probe-engine/version"
)

func init() {
fmt.Fprintf(os.Stderr, "WARNING: ooni/probe-engine has been merged into ooni/probe-cli\n")
fmt.Fprintf(os.Stderr, "WARNING: please, refer to github.com/ooni/probe-cli\n")
time.Sleep(5 * time.Second)
}

// SessionConfig contains the Session config
type SessionConfig struct {
AssetsDir string
Expand Down

0 comments on commit 6333b75

Please sign in to comment.