git
login
cerrado @ e251d0d2d40fa6cc583954be7ca00cf60f5d15e9
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
}