git
login
cerrado @ 3739c9e14b0c65a59a520dbfefa459e43af3bf20
about
summary
refs
log
tree
root/
pkg/
u/
util.go
1
package
u
2
3
func
Ptr[T
any
](v T)
*
T {
4
return
&
v
5
}