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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user