// Copyright 2019 getensh.com. All rights reserved. // Use of this source code is governed by getensh.com. package id import ( "testing" ) func Test_ID(t *testing.T) { t.Log(GetDistributedUniqueID()) }