Uuid
Go package for UUIDs based on RFC 4122 Time-Based UUID
Install / Use
/learn @m7shapan/UuidREADME
uuid
The uuid package generates UUIDs based on RFC 4122: Time-Based UUID
Install
go get -u github.com/m7shapan/uuid
How to use
package main
import (
"fmt"
"github.com/m7shapan/uuid"
)
func main() {
fmt.Println(uuid.NewUUID()) // 2bf08894-47a3978-bbdd8c85-70d16847
}
Related Skills
node-connect
348.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
348.0kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
108.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
