1
0
Fork 0

main.go: fully qualify the import

This commit is contained in:
Vincent Batts 2015-02-20 16:56:50 -05:00
parent aa73475a12
commit 4eee25cf16
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"log"
"os"
"./archive/tar"
"github.com/vbatts/tar-split/archive/tar"
)
func main() {