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
@gwvo any chance the unsafe import line can be re-added? This latest commit is breaking automated builds across the board. Not sure how this got merged given the Travis CI test shows a failure. #4112 fixes this until #4111 is ready to go.
Source file /go/sizes.go line 50 attempts to call
unsafe.Pointer
but the file does not import the unsafe package.https://github.com/google/flatbuffers/blob/master/go/sizes.go#L50
Offending commit:
b59aafc
The text was updated successfully, but these errors were encountered: