This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Gshopper
/
sentio
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Arbore:
e9bc863389
Ramuri
Etichete
main
0.0.1
sentio
/
util
/
etc.go
etc.go
55 B
Istoric
Crud
1
2
3
4
5
package util
func ToPtr[T any](x T) *T {
return &x
}