1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 01:45:23 +00:00

Merge pull request #1366 from wuxiangzhou2010/patch-1

fix a typo
This commit is contained in:
Victoria Raymond 2018-11-07 07:03:24 +01:00 committed by GitHub
commit c98019a9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 " "