initial commit. Cloned timetracker repository
This commit is contained in:
6
app/utils/nullable/nullable.go
Normal file
6
app/utils/nullable/nullable.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package nullable
|
||||
|
||||
//go:fix inline
|
||||
func GetNil[T any](in T) *T {
|
||||
return new(in)
|
||||
}
|
||||
Reference in New Issue
Block a user