Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/golang/sublime-config
A library for Go environment configuration in Sublime Text
https://github.com/golang/sublime-config
Last synced: 3 months ago
JSON representation
A library for Go environment configuration in Sublime Text
- Host: GitHub
- URL: https://github.com/golang/sublime-config
- Owner: golang
- License: bsd-3-clause
- Created: 2015-09-07T07:00:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T05:01:20.000Z (over 1 year ago)
- Last Synced: 2024-09-28T21:20:56.329Z (3 months ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 86
- Watchers: 19
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: docs/readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# golangconfig Documentation
The documentation for the package is split into two audiences:
- [User documentation](user.md) describing how to configure Sublime Text
to properly work with your Go environment
- [Package developer documentation](package_developer.md) containing API
documentation and instructions on how to require `golangconfig` for your
packageOther documentation:
- [Design](design.md)
- [Development](development.md)