1
0
Fork 0
forked from mirrors/tar-split

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

View file

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