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