Registry / utility / nkovacs-streamquote

nkovacs-streamquote

JSON →
library1.1.0gogounverified

Package streamquote implements a streaming version of strconv.Quote.

go get github.com/nkovacs/streamquote
INSTALL
IMPORT
SIG · NKOVACS-STREAMQUOT
N
nkovacs-streamquote
utilitygov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

streamquote
github.com/nkovacs/streamquote

Streamingly quote a string using streamquote.

package main import ( "fmt" "strings" "github.com/nkovacs/streamquote" ) func main() { input := strings.NewReader("hello") output := &strings.Builder{} err := streamquote.Quote(input, output) if err != nil { panic(err) } fmt.Println(output.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nkovacs-streamquote — go get nkovacs-streamquote · libregistry