telegraf/internal/globpath
Sebastian Spaink 71be90d992
Support exclamation mark to create non-matching list in tail plugin (#8613)
* Replace exclamation mark with caret

* Update README and use table driven tests

* Use ReplaceAll instead

* Use doublestar package instead to glob filepath

* Add license

* Fix order of dependencies

* Doc improvement, maybe better then str replace?

* Forgot to remove nil from test

* Use regex instead of library

* Revert unnecessary change

* Go back to using library
replace string twice to handle edge case
2021-02-16 15:53:50 -06:00
..
testdata Support exclamation mark to create non-matching list in tail plugin (#8613) 2021-02-16 15:53:50 -06:00
globpath.go Support exclamation mark to create non-matching list in tail plugin (#8613) 2021-02-16 15:53:50 -06:00
globpath_test.go Support exclamation mark to create non-matching list in tail plugin (#8613) 2021-02-16 15:53:50 -06:00