Editorconfig meets Go

Editorconfig now has a core written in Go. Now you can parse and create editorconfig files using Golang. It also comes with some funcionality that may be useful for someone that may eventually write a editor plugin using it.

To get started, install it with the command below and see the source and documentation. We recommend the use of gopkg import path for stability.

go get -v -u gopkg.in/editorconfig/editorconfig-core-go.v1

Please file any bug or feature request in the issue tracker. Contributions are also welcome.