[ 原始碼: golang-mvdan-editorconfig ]
套件:golang-mvdan-editorconfig-dev(0.2.0+git20240816.eab549b-1)
golang-mvdan-editorconfig-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-mvdan-editorconfig:
- [golang-mvdan-editorconfig_0.2.0+git20240816.eab549b-1.dsc]
- [golang-mvdan-editorconfig_0.2.0+git20240816.eab549b.orig.tar.xz]
- [golang-mvdan-editorconfig_0.2.0+git20240816.eab549b-1.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