This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Gshopper
/
sentio
Segui
2
Vota
0
Forka
0
File
Albero (Tree):
e9bc863389
Rami (Branch)
Tag
main
0.0.1
sentio
/
util
/
etc.go
etc.go
55 B
Cronologia
Originale
1
2
3
4
5
package util
func ToPtr[T any](x T) *T {
return &x
}