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