...

Directory /src/go.starlark.net/lib

Name Synopsis
..
json Package json defines utilities for converting Starlark values to/from JSON strings.
math Package math provides basic constants and mathematical functions.
proto Package proto defines a module of utilities for constructing and accessing protocol messages within Starlark programs.
cmd
star2proto The star2proto command executes a Starlark file and prints a protocol message, which it expects to find in a module-level variable named 'result'.
time Package time provides time-related constants and functions.