Skip to content

Instantly share code, notes, and snippets.

@podhmo
Created January 27, 2026 07:54
Show Gist options
  • Select an option

  • Save podhmo/e0377bfdfca6461edc213c7b05fb87d1 to your computer and use it in GitHub Desktop.

Select an option

Save podhmo/e0377bfdfca6461edc213c7b05fb87d1 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"github.com/google/uuid" // @v1.6.0
)
func main() {
fmt.Printf("Generated ID: %s\n", uuid.New())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment