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