Ally Dale
Ally Dale
现在每次关掉程序重开左边目录结构都是折叠的 这对于正在编辑的项目很不方便 希望可以自动记住左边目录结构的展开状态 以便关掉程序重开的时候,可以在上一次展开的目录下开始工作
I wander if regexp2 can provide the same APIs adapt to std.regexp. So that I can change my rely between regexp2 & std.regexp easily by just change the expr text...
windows不支持“|”作为文件名/目录名 改成“_”分隔吧
Current data access API assume all data is in memory func (b *Bucket) Put(key []byte, value []byte) error func (b *Bucket) Get(key []byte) []byte Compare with other embeded db (like...
interface type of struct field or array/map element will be reflect.Interface, not the underline type, it will Encode/Decode fail.
it shout have binary:"export"tag to marshal unexported field of a struct
add binary.version to adjust different of binary data
Have tried to use use interface PackUnPacker on every element of struct and array, but it is costly.Required to achive this by a better way.