Registry / serialization / protocolbuffers-txtpbfmt

protocolbuffers-txtpbfmt

JSON →
library0.0.0-20251124094003-fcb97cc64c7bgogounverified

Formats text-format protobuf files (txtpb) with consistent styling.

go get github.com/protocolbuffers/txtpbfmt
INSTALL
IMPORT
SIG · PROTOCOLBUFFERS-TX
P
protocolbuffers-txtpbfmt
serializationgov0.0.0-20251124094003-fcb97cc64c7b
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.

txtpbfmt
github.com/protocolbuffers/txtpbfmt

Formats a text protobuf string using the parser subpackage.

package main import ( "fmt" "github.com/protocolbuffers/txtpbfmt/parser" ) func main() { input := []byte("key: value") output, _ := parser.Format(input) fmt.Println(string(output)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20251124094003-fcb97cc64c7blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
protocolbuffers-txtpbfmt — go get protocolbuffers-txtpbfmt · libregistry