v0.0.439
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s
This commit is contained in:
parent
47b6a6b508
commit
fed8bccaab
@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.438"
|
||||
const GoextVersion = "0.0.439"
|
||||
|
||||
const GoextVersionTimestamp = "2024-04-25T11:40:01+0200"
|
||||
const GoextVersionTimestamp = "2024-04-25T11:47:16+0200"
|
||||
|
@ -27,6 +27,10 @@ func DblPtrNil[T any]() **T {
|
||||
return &v
|
||||
}
|
||||
|
||||
func ArrPtr[T any](v ...T) *[]T {
|
||||
return &v
|
||||
}
|
||||
|
||||
func PtrInt32(v int32) *int32 {
|
||||
return &v
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user