This commit is contained in:
白茶清欢 2023-04-16 14:21:43 +08:00
parent fa24211a60
commit fb304d23ac
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ package op_type
//
// Date : 20:37 2023/4/15
type String interface {
[]byte | string | []uint8
[]byte | string
}