id_test.go 99 B

123456789
  1. package id
  2. import (
  3. "testing"
  4. )
  5. func Test_ID(t *testing.T) {
  6. t.Log(GetDistributedUniqueID())
  7. }