1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-27 12:35:21 -05:00

more update

This commit is contained in:
Darien Raymond
2015-12-02 16:27:55 +00:00
parent ec31c1fa7f
commit fa7c1069bc
13 changed files with 67 additions and 17 deletions

View File

@@ -1,11 +1,11 @@
package assert
import (
"github.com/v2ray/v2ray-core/common/serial"
"github.com/v2ray/v2ray-core/common/serial"
)
func StringLiteral(value string) *StringSubject {
return String(serial.StringLiteral((value)))
return String(serial.StringLiteral((value)))
}
func String(value serial.String) *StringSubject {