forked from mirrors/tar-split
main.go: fully qualify the import
This commit is contained in:
parent
aa73475a12
commit
4eee25cf16
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -8,7 +8,7 @@ import (
|
|||
"log"
|
||||
"os"
|
||||
|
||||
"./archive/tar"
|
||||
"github.com/vbatts/tar-split/archive/tar"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue