fix: refactor InsertValue method (#5267)
* fix: refactor insertValue method and add the test * fix: exec goimports and add Licence file header * fix: modify construct method of dbBase * fix: add modify record into CHANGELOG
This commit is contained in:
@@ -22,6 +22,7 @@ type Buffer interface {
|
||||
Write(p []byte) (int, error)
|
||||
WriteString(s string) (int, error)
|
||||
WriteByte(c byte) error
|
||||
String() string
|
||||
}
|
||||
|
||||
func Get() Buffer {
|
||||
|
||||
Reference in New Issue
Block a user