This commit is contained in:
Illya Marchenko 2024-04-10 22:57:07 +03:00
parent 3cc265848c
commit 3bb97cbca3
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -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 }