1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-17 00:09:56 -04:00

fix a typo

This commit is contained in:
Wuxiang
2018-11-07 11:15:47 +08:00
committed by GitHub
parent 9d91a97926
commit 557330808d

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