Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(stevvooe): Most of this code in this file is copied from the stdlib #358

Open
piascikj opened this issue Dec 5, 2017 · 0 comments
Open
Labels

Comments

@piascikj
Copy link
Member

piascikj commented Dec 5, 2017

strconv package and modified to be able to handle quoting with / and |
as delimiters. The copyright is held by the Go authors.

opened via imdone.io from a code comment on 18a53d0374 by Michael Crosby

NOTE (stevvooe): Most of this code in this file is copied from the stdlib id:357


// NOTE(stevvooe): Most of this code in this file is copied from the stdlib
// strconv package and modified to be able to handle quoting with `/` and `|`
// as delimiters. The copyright is held by the Go authors.
var errQuoteSyntax = errors.New("quote syntax error")
// UnquoteChar decodes the first character or byte in the escaped string
// or character literal represented by the string s.

@piascikj piascikj added the NOTE label Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant