Skip to content

Commit df2d8ab

Browse files
Update go protogen path
1 parent dd130f2 commit df2d8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/go/protobuf.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ They have a couple of useful methods to work with them.
105105

106106
```go Go
107107
import (
108-
"github.com/paulmach/orb"
109-
datasetsv1 "github.com/tilebox/tilebox-go/protogen/go/datasets/v1"
108+
"github.com/paulmach/orb"
109+
datasetsv1 "github.com/tilebox/tilebox-go/protogen/datasets/v1"
110110
"google.golang.org/protobuf/types/known/durationpb"
111111
"google.golang.org/protobuf/types/known/timestamppb"
112112
)

0 commit comments

Comments
 (0)