[ ソース: golang-mvdan-editorconfig ]
パッケージ: golang-mvdan-editorconfig-dev (0.2.0+git20231228.1925077-1)
golang-mvdan-editorconfig-dev に関するリンク
Debian の資源:
golang-mvdan-editorconfig ソースパッケージをダウンロード:
- [golang-mvdan-editorconfig_0.2.0+git20231228.1925077-1.dsc]
- [golang-mvdan-editorconfig_0.2.0+git20231228.1925077.orig.tar.xz]
- [golang-mvdan-editorconfig_0.2.0+git20231228.1925077-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