Commit dc5975ba authored by Manolama's avatar Manolama Committed by Chris Larsen

Restore the ''import "unsafe'' removed in 36daedf3.

This was causing build failures with tools dependent on Flatbuffers in Go.
E.g.
go/src/github.com/google/flatbuffers/go/sizes.go:50: undefined: unsafe in unsafe.Pointer
parent 0de4f3f7
package flatbuffers package flatbuffers
import (
"unsafe"
)
const ( const (
// See http://golang.org/ref/spec#Numeric_types // See http://golang.org/ref/spec#Numeric_types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment