diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-07-08 16:50:53 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-07-08 16:50:53 +1000 |
| commit | 6a2eaefccae186430c3a3cd8822e61fb70749c7b (patch) | |
| tree | e6fdd5416e4f70cdf307d56573f3282cfac15b50 /main.go | |
| parent | a5d1ec2b1dfc35c6a2d0dbf76dd1e2b0083225d1 (diff) | |
Fix the import path of this package
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,9 +4,9 @@ import ( "fmt"
"os"
+ "github.com/prologic/tube/app"
log "github.com/sirupsen/logrus"
flag "github.com/spf13/pflag"
- "github.com/wybiral/tube/app"
)
var (
|
