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

Convert `assert.go` back to `assert.star` and bump Go version to 1.16. #453

Closed yuxincs closed 1 year ago

yuxincs commented 1 year ago

This PR converts assert.go back to an actual starlark file assert.star and use embed.FS to embed the file. As part of this change, we are bumping Go version from 1.13 to 1.16 for embed.FS support.

Fixes #451