client/vendor/github.com/google/shlex
David Simansky 817068bd7f
Remove replace of go-openapi/spec from go.mod (#1443)
2021-09-03 01:11:57 -07:00
..
COPYING Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
README Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
go.mod Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
shlex.go Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00

README

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