Registry / utility / golangplus-fmt

golangplus-fmt

JSON →
library1.0.0gogounverified

Provides additional formatting utilities extending the standard fmt package.

go get github.com/golangplus/fmt
INSTALL
IMPORT
SIG · GOLANGPLUS-FMT
G
golangplus-fmt
utilitygov1.0.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.

fmtp
github.com/golangplus/fmt

Demonstrates using the extended fmt package alongside the standard library.

package main import ( "fmt" fmtp "github.com/golangplus/fmt" ) func main() { fmtp.Println("Hello, world!") fmt.Println("Standard fmt still works.") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
golangplus-fmt — go get golangplus-fmt · libregistry