This commit is contained in:
2024-04-10 22:57:07 +03:00
parent 3cc265848c
commit 3bb97cbca3

View File

@ -16,6 +16,8 @@ import (
"time" "time"
) )
type Array []string
// PtrBool is a helper routine that returns a pointer to given boolean value. // PtrBool is a helper routine that returns a pointer to given boolean value.
func PtrBool(v bool) *bool { return &v } func PtrBool(v bool) *bool { return &v }