Starlark is the new name for the Skylark configuration language. (The old 
name was the code name for a subproject of Bazel and was not suitable for a 
project in its own right.)

The Starlark in Go implementation has moved. The code is now hosted at

    https://github.com/google/starlark-go

but the import path you should use in Go programs and go get commands is 

    go.starlark.net

For example:

   $ go get go.starlark.net/cmd/starlark

To avoid breaking existing programs, the old repository will continue to 
exist but will no longer be updated. Please update your programs to use the 
new import path.

>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to