fixed import

master
Oliver Tonnhofer 2013-05-06 16:49:48 +02:00
parent a1433c49ca
commit d88b372ff2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import (
"code.google.com/p/goprotobuf/proto"
"compress/zlib"
structs "encoding/binary"
"goposm/osmpbf"
"goposm/parser/osmpbf"
"io"
"log"
"os"

View File

@ -3,7 +3,7 @@ package parser
import (
"fmt"
"goposm/element"
"goposm/osmpbf"
"goposm/parser/osmpbf"
"log"
"os"
)