v0.0.638 remove go:fix inline from ArrPtr
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m41s
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m41s
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.637"
|
||||
const GoextVersion = "0.0.638"
|
||||
|
||||
const GoextVersionTimestamp = "2026-05-06T16:11:01+0200"
|
||||
const GoextVersionTimestamp = "2026-05-08T10:10:54+0200"
|
||||
|
||||
@@ -35,7 +35,6 @@ func DblPtrNil[T any]() **T {
|
||||
return &v
|
||||
}
|
||||
|
||||
//go:fix inline
|
||||
func ArrPtr[T any](v ...T) *[]T {
|
||||
return new(v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user