bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.95k stars 300 forks source link

Go Bazelisk: `core.go` - removed backport of `strings.Cut` and use it instead #589

Closed albertocavalcante closed 1 week ago

albertocavalcante commented 1 week ago

Addressing a TODO comment to remove the backport of strings.Cut. It's no longer needed.

albertocavalcante commented 1 week ago

Hey @fweikert, can you please review it when you get a moment? It should also be straighgtforward. Thanks!