google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.26k stars 204 forks source link

lib/json: fix go1.17 build by avoiding reflect.Value.UnsafePointer #474

Closed adonovan closed 1 year ago

adonovan commented 1 year ago

Fixes #473