diff options
Diffstat (limited to 'lib/parser')
| -rw-r--r-- | lib/parser/parser.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/parser/parser.go b/lib/parser/parser.go index 7c084d6d..3562d9c2 100644 --- a/lib/parser/parser.go +++ b/lib/parser/parser.go @@ -3,6 +3,9 @@ // license that can be found in the LICENSE file. // Package parser provide a common text parser, using delimiters. +// +// DEPRECATED: this package has been merged with package lib/strings and will +// be removed in the next six release v0.51.0. package parser import ( |
