From 3ac60bef0276c10ac5d4075cb319392f7381b15b Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Tue, 25 Feb 2025 10:58:48 -0500 Subject: [PATCH] README: trivial tweak to test branch protection rules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0977496..a9e7eeca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is the home of the _Starlark in Go_ project. Starlark in Go is an interpreter for Starlark, implemented in Go. Starlark was formerly known as Skylark. -The new import path for Go packages is `"go.starlark.net/starlark"`. +The import path for the Go package is `"go.starlark.net/starlark"`. Starlark is a dialect of Python intended for use as a configuration language. Like Python, it is an untyped dynamic language with high-level data