We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[setctor] 如果有空白行,
会被解析为 map[ : ]
例如:
[plugins]
go.mod = 60 true main.go = 300 true
生成的map :
plugins:map[ : go.mod:60 true main.go:300 true]
生成一个mpa 里有个空 项目
如果 是这个 空 的map 项 是针对 comment 的话.
是否可以考虑增加一个 map["comment"] 项目 , 或者直接去掉 map[ : ] 这个空项
The text was updated successfully, but these errors were encountered:
注释是存在不同的 map 里的。。代码也有过滤空行。。暂时想不通。。。
Sorry, something went wrong.
No branches or pull requests
[setctor]
如果有空白行,
会被解析为 map[ : ]
例如:
[plugins]
go.mod = 60 true
main.go = 300 true
生成的map :
plugins:map[ : go.mod:60 true main.go:300 true]
生成一个mpa 里有个空 项目
如果 是这个 空 的map 项 是针对 comment 的话.
是否可以考虑增加一个 map["comment"] 项目 , 或者直接去掉 map[ : ] 这个空项
The text was updated successfully, but these errors were encountered: