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