You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i m trying to sample project on my desktop. But first step for gogen get an error.
$ objectbox-gogen ./...
Generating ObjectBox bindings for ./...
Requested to generate for directory/pattern ./..., performing an implicit cleanup first
Removing internal\model\task.obx.go
Removing main.obx.go
can't prepare bindings for vendor\github.com\google\flatbuffers\go\builder.go: unknown type map[string]UOffsetT on property sharedStrings found in Builder
Thanks for reporting! As the error originates in the flatbuffers builder and the version from your module file differs: have you tried using the flatbuffers version that this repo uses? See https://github.com/objectbox/objectbox-go/blob/main/go.mod
i m trying to sample project on my desktop. But first step for gogen get an error.
my go.mod file can be found below.
module objectbox-sample
any suggession for this.
thanks
The text was updated successfully, but these errors were encountered: