[ aramo ]
[ 原始碼: golang-mvdan-editorconfig ]
套件: golang-mvdan-editorconfig-dev (0.2.0-2)
golang-mvdan-editorconfig-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-mvdan-editorconfig:
- [golang-mvdan-editorconfig_0.2.0-2.dsc]
- [golang-mvdan-editorconfig_0.2.0.orig.tar.gz]
- [golang-mvdan-editorconfig_0.2.0-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Faustin Lammler
外部的資源:
- 主頁 [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