Skip to content

Commit 8792ee8

Browse files
committed
Merge pull request #1 from samaratrilling/patch-1
Change import path to be absolute.
2 parents c58a14a + d655197 commit 8792ee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package geojson_test
22

33
import (
4-
geojson "."
54
"fmt"
5+
6+
geojson "github.com/paulmach/go.geojson"
67
)
78

89
func ExampleUnmarshalFeatureCollection() {

0 commit comments

Comments
 (0)