全部搜尋項
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: golang-github-nkovacs-streamquote  ]

套件:golang-github-nkovacs-streamquote-dev(1.0.0-2)

golang-github-nkovacs-streamquote-dev 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 golang-github-nkovacs-streamquote

維護小組:

外部的資源:

相似套件:

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 4。9 kB23。0 kB [檔案列表]