pull/2476/head
Darien Raymond 2018-11-07 09:12:07 +01:00
commit 9f56d48297
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

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