Skip to content

Commit

Permalink
Fix gdal import path
Browse files Browse the repository at this point in the history
  • Loading branch information
anees-a committed Feb 28, 2020
1 parent 517c018 commit 7794bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A simple program to create a georeferenced blank 256x256 GeoTIFF:
import (
"fmt"
"flag"
gdal "github.com/lukeroth/gdal_go"
gdal "github.com/lukeroth/gdal"
)
func main() {
Expand Down

0 comments on commit 7794bc5

Please sign in to comment.