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