معرفی شرکت ها


golang-github-nkovacs-streamquote-dev_1.0.0-2_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Go package providing a streaming version of strconv.Quote
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Focal-20.04
مخزن Ubuntu universe all
نام بسته golang-github-nkovacs-streamquote-dev
نام فایل بسته golang-github-nkovacs-streamquote-dev_1.0.0-2_all.deb
نسخه بسته 1.0.0
انتشار بسته 2
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/nkovacs/streamquote
مجوز -
حجم دانلود 5092
حجم نصب 23
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.


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb golang-github-nkovacs-streamquote-dev:

    sudo apt-get install golang-github-nkovacs-streamquote-dev_1.0.0-2_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-nkovacs-streamquote-dev/changelog.Debian.gz
./usr/share/doc/golang-github-nkovacs-streamquote-dev/copyright
./usr/share/gocode/src/github.com/nkovacs/streamquote/go.mod
./usr/share/gocode/src/github.com/nkovacs/streamquote/streamquote.go
./usr/share/gocode/src/github.com/nkovacs/streamquote/streamquote_test.go