mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-07 05:17:01 -06:00
search functionality
This commit is contained in:
5
api/utilities.go
Normal file
5
api/utilities.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package api
|
||||
|
||||
func Pointer[T any](d T) *T {
|
||||
return &d
|
||||
}
|
||||
Reference in New Issue
Block a user