toutes les options
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : golang-github-nkovacs-streamquote  ]

Paquet : golang-github-nkovacs-streamquote-dev (1.0.0-5)

Liens pour golang-github-nkovacs-streamquote-dev

Screenshot

Ressources Debian :

Télécharger le paquet source golang-github-nkovacs-streamquote :

Responsables :

Ressources externes :

Paquets similaires :

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.

Télécharger golang-github-nkovacs-streamquote-dev

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
all 5,4 ko28,0 ko [liste des fichiers]