Пакет: golang-github-nkovacs-streamquote-dev (1.0.0-5)
Връзки за golang-github-nkovacs-streamquote-dev
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник golang-github-nkovacs-streamquote.
- [golang-github-nkovacs-streamquote_1.0.0-5.dsc]
- [golang-github-nkovacs-streamquote_1.0.0.orig.tar.gz]
- [golang-github-nkovacs-streamquote_1.0.0-5.debian.tar.xz]
Отговорници:
- Debian Go Packaging Team (Страница за QA)
- Anthony Fok (Страница за QA)
- Martina Ferrari (Страница за QA)
Външни препратки:
- Начална страница [github.com]
Подобни пакети:
- golang-github-mreiferson-go-snappystream-dev
- golang-github-rodaine-table-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-tcnksm-go-input-dev
- golang-github-go-viper-mapstructure-dev
- python3-stream-zip
- python-subunit2sql-doc
- golang-github-davecgh-go-xdr-dev
- douceur
- python-subunit2sql
- python3-subunit2sql
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.
Изтегляне на golang-github-nkovacs-streamquote-dev
Архитектура | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|
all | 5,4 кБ | 28,0 кБ | [списък на файловете] |