1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-26 01:35:39 +00:00

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" "log"
"os" "os"
"./archive/tar" "github.com/vbatts/tar-split/archive/tar"
) )
func main() { func main() {