This website works better with JavaScript
Home
Explore
Help
Sign In
Gshopper
/
sentio
Watch
2
Star
0
Fork
0
Files
Tree:
27bb02f0c9
Branches
Tags
main
0.0.1
sentio
/
util
/
etc.go
etc.go
55 B
History
Raw
1
2
3
4
5
package util
func ToPtr[T any](x T) *T {
return &x
}