elemental-operator/vendor/github.com/google/shlex
David Cassany Viladomat 1af1d0709e
Add vendor for obs integration (#198)
These changes are required to facilitate OBS code updates and builds by simply triggering OBS services. This allows updating code and rebuild in OBS based on github events such as on tag, on merge, on push...

Signed-off-by: David Cassany <dcassany@suse.com>
2022-10-07 14:23:11 +00:00
..
COPYING Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
README Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00
shlex.go Add vendor for obs integration (#198) 2022-10-07 14:23:11 +00:00

README

go-shlex is a simple lexer for go that supports shell-style quoting,
commenting, and escaping.