[ 源代码: golang-mvdan-editorconfig ]
软件包:golang-mvdan-editorconfig-dev(0.2.0-3)
golang-mvdan-editorconfig-dev 的相关链接
Debian 的资源:
下载源码包 golang-mvdan-editorconfig:
- [golang-mvdan-editorconfig_0.2.0-3.dsc]
- [golang-mvdan-editorconfig_0.2.0.orig.tar.gz]
- [golang-mvdan-editorconfig_0.2.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [mvdan.cc]
相似软件包:
EditorConfig support in Go
A small package to parse and use EditorConfig files.
An official library exists for Go. This alternative implementation started with a different design:
* Specialised INI parser, for full compatibility with the spec * Ability to cache parsing files and compiling pattern matches * Storing and querying all properties equally * Minimising pointers and maps to store data