change non-local import path

This commit is contained in:
nareix 2015-11-25 10:11:15 +08:00
parent 5b9bccba88
commit cdeeeaa557

View File

@ -2,7 +2,7 @@
package mp4
import (
"./atom"
"github.com/nareix/mp4/atom"
"io"
)