mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
This patch makes the time library available to Starlark scripts. This library is one of the very few few that are built into starlark-go (the others are json, math, proto). I've played around with Starlark scripting today, and immediately I wanted to measure how long certain computations take.