id_test.go 207 B

123456789101112
  1. // Copyright 2019 getensh.com. All rights reserved.
  2. // Use of this source code is governed by getensh.com.
  3. package id
  4. import (
  5. "testing"
  6. )
  7. func Test_ID(t *testing.T) {
  8. t.Log(GetDistributedUniqueID())
  9. }