Registry / utility / golang-module-carbon

golang-module-carbon

JSON →
library1.7.3gogounverified

Carbon is a simple, semantic, and developer-friendly Go package for datetime manipulation and formatting.

go get github.com/golang-module/carbon
INSTALL
IMPORT
SIG · GOLANG-MODULE-CARB
G
golang-module-carbon
utilitygov1.7.3
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.

carbon
github.com/golang-module/carbon

Gets the current datetime and formats it as a date-time string.

package main import ( "fmt" "github.com/golang-module/carbon" ) func main() { now := carbon.Now() fmt.Println(now.ToDateTimeString()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
golang-module-carbon — go get golang-module-carbon · libregistry