ids

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2023 License: MIT Imports: 2 Imported by: 0

README

ids

一个golang的id生成器

安装
go get github.com/zituocn/ids
使用
package main

import (
    "github.com/zituocn/ids"
)

func main(){
    id := ids.New()
    fmt.Println(id)
}
 
使用的第三方库
  • github.com/rs/xid - 生成uuid

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() int64

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL