We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7295a6 commit c6adae9Copy full SHA for c6adae9
pruner/doc.go
@@ -1,6 +1,4 @@
1
-package pruner
2
-
3
-// Support for removing a pattern from a matcher
+// Package pruner supports removing a pattern from a matcher.
4
//
5
// The core quamina.Matcher doesn't currently support deleting
6
// patterns. Some of the contemplated implementations of would
@@ -26,3 +24,4 @@ package pruner
26
24
// rebuilding policies, but those features are not currently exposed.
27
25
// A Rebuild method is available for the application to force a
28
// rebuild.
+package pruner
0 commit comments