This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
gd-backend
/
gd_auth_check
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
3abb3aa3c6
Větve
Značky
master
gd_auth_check
/
common.in
/
id
/
id_test.go
id_test.go
99 B
Historie
Surový
1
2
3
4
5
6
7
8
9
package id
import (
"testing"
)
func Test_ID(t *testing.T) {
t.Log(GetDistributedUniqueID())
}