mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
3300dfc99f
Also: - Add `(*TemplateString).Equal()` because why not. - Update `x.Compare(y) == 0` to instead use `x.Equal(y)` where possible Fixes #8158 Signed-off-by: Anders Eknert <anders.eknert@apple.com>