Signed-off-by: Alex Meijer <ameijer@kubecost.com>
@@ -8,6 +8,29 @@ type Not[T any] struct {
}
func (n Not[T]) String() string {
+ fmt.Print("test")
return fmt.Sprintf("(not %s)", n.Filter.String())