1
0
Fork 0

Compare commits

...

No commits in common. "d0c1cfef1ed3dfc95198442508c853ec795d8a23" and "9e9214d7445e7a23ec507cca93c8a698e4c6170c" have entirely different histories.

2 changed files with 0 additions and 9 deletions

3
go.mod
View File

@ -1,3 +0,0 @@
module source.toby3d.me/toby3d/hacks
go 1.22.0

View File

@ -1,6 +0,0 @@
package pointer
// Of returns pointer to provided v.
func Of[T any](v T) *T {
return &v
}