This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
software
/
golib
Vigiar
8
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
78ed004abc
Ramos
Etiquetas
main
v2
v3
v4.3.6
v4.3.4
v4.3.2
v4.3.0
v4.2.0
v4.1.2
v3.0.0
v4.1.0
golib
/
infra
/
svc
/
utls.go
utls.go
104 B
Histórico
Em bruto
1
2
3
4
5
6
7
package svc
import "reflect"
func ValueType(v any) reflect.Type {
return reflect.ValueOf(v).Type()
}