chore fixed (#921)

* chore fixed
This commit is contained in:
Mustafa 2022-02-03 08:57:32 +08:00 committed by GitHub
parent d51db9469e
commit 42284a757c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ import (
"strings"
)
// ToString serialize an arbitrary value into string.
// ToString serializes an arbitrary value into string.
func ToString(v interface{}) string {
if v == nil {
return ""