update samples

This commit is contained in:
William Cheng 2020-10-10 17:10:32 +08:00
parent 242f648379
commit 931c4e361f
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ import (
"time"
)
// PtrBool is a helper routine that returns a pointer to given integer value.
// PtrBool is a helper routine that returns a pointer to given boolean value.
func PtrBool(v bool) *bool { return &v }
// PtrInt is a helper routine that returns a pointer to given integer value.

View File

@ -15,7 +15,7 @@ import (
"time"
)
// PtrBool is a helper routine that returns a pointer to given integer value.
// PtrBool is a helper routine that returns a pointer to given boolean value.
func PtrBool(v bool) *bool { return &v }
// PtrInt is a helper routine that returns a pointer to given integer value.

View File

@ -15,7 +15,7 @@ import (
"time"
)
// PtrBool is a helper routine that returns a pointer to given integer value.
// PtrBool is a helper routine that returns a pointer to given boolean value.
func PtrBool(v bool) *bool { return &v }
// PtrInt is a helper routine that returns a pointer to given integer value.