1 Star 1 Fork 0

mumu / StaticValue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
modules.go 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
package modules
// 格式化字符串数据结构
type ParseString struct {
Name string // 注册变量名
SourceLen int // 字符串初始长度信息
NowLen int // 字符串当前长度信息
NowStatus bool // 字符串修改状态
Source string // 字符串原始数据
Now string // 字符串当前数据
Data string // 当前字符串
}
Go
1
https://gitee.com/MUMU-DADA/StaticValue.git
git@gitee.com:MUMU-DADA/StaticValue.git
MUMU-DADA
StaticValue
StaticValue
v1.0.0

搜索帮助