Skip to content

Repository files navigation

ObjectID

GoDoc Go Report Card

ObjectID is a MongoDB ObjectID implementation for Go. See the MongoDB ObjectID documentation for more information.

Installation

go get github.com/pkg-id/objectid

Usage

package main

import (
	"fmt"
	"github.com/pkg-id/objectid"
)

func main() {
	id := objectid.New() 
	fmt.Println(id)
}

About

ObjectID is a MongoDB ObjectID implementation for Go

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages