Balík: golang-github-nkovacs-streamquote-dev (1.0.0-2)
Odkazy pre golang-github-nkovacs-streamquote-dev
Zdroje Trisquel:
Stiahnuť zdrojový balík golang-github-nkovacs-streamquote:
- [golang-github-nkovacs-streamquote_1.0.0-2.dsc]
- [golang-github-nkovacs-streamquote_1.0.0.orig.tar.gz]
- [golang-github-nkovacs-streamquote_1.0.0-2.debian.tar.xz]
Správca:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
Externé zdroje:
- Domovská stránka [github.com]
Podobné balíky:
- golang-github-mreiferson-go-snappystream-dev
- golang-github-bmatsuo-lmdb-go-dev
- python-subunit2sql-doc
- golang-github-philhofer-fwd-dev
- python-subunit2sql
- python3-subunit2sql
- golang-github-davecgh-go-xdr-dev
- douceur
- golang-github-dgryski-go-bitstream-dev
- golang-github-coreos-ioprogress-dev
- libnoggit-java
Go package providing a streaming version of strconv.Quote
This package provides a streaming version of strconv.Quote.
It allows you to quote the data in an io.Reader and write it out to an io.Writer without having to store the entire input and the entire output in memory.
Its primary use case is go.rice (https://github.com/GeertJohan/go.rice) and similar tools, which need to convert lots of files, some of them quite large, to go strings.
converter := streamquote.New() converter.Convert(inputfile, outfile)
Unlike strconv.Quote, it does not add quotes around the output.
Stiahnuť golang-github-nkovacs-streamquote-dev
Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
---|---|---|---|
all | 5.0 kB | 23 kB | [zoznam súborov] |