增加string泛型
This commit is contained in:
parent
4c7d35da17
commit
3b3bab528b
17
string.go
Normal file
17
string.go
Normal file
@ -0,0 +1,17 @@
|
||||
// Package op_type ...
|
||||
//
|
||||
// Description : op_type ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 2023-04-15 20:36
|
||||
package op_type
|
||||
|
||||
// String ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 20:37 2023/4/15
|
||||
type String interface {
|
||||
[]byte | string | []uint8
|
||||
}
|
Loading…
Reference in New Issue
Block a user