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

time: per-thread time.now() function #517

Closed ash2k closed 8 months ago

ash2k commented 8 months ago

Closes https://github.com/google/starlark-go/issues/516.

p.s. there are quite a few changes that go fmt wants to make. I kept them out of this PR.

adonovan commented 8 months ago

p.s. there are quite a few changes that go fmt wants to make. I kept them out of this PR.

Thanks. I've posted https://github.com/google/starlark-go/pull/519.