This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Gshopper
/
sentio
Suivre
2
Voter
0
Fork
0
Fichiers
Aborescence:
6a6530047a
Branches
Tags
main
0.0.1
sentio
/
util
/
etc.go
etc.go
55 B
Historique
Raw
1
2
3
4
5
package util
func ToPtr[T any](x T) *T {
return &x
}