Commit
This commit is contained in:
parent
3cc265848c
commit
3bb97cbca3
2
utils.go
2
utils.go
@ -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 }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user