Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yields/sublime-go
An opinionated plugin for Go.
https://github.com/yields/sublime-go
go golang sublime-text
Last synced: 14 days ago
JSON representation
An opinionated plugin for Go.
- Host: GitHub
- URL: https://github.com/yields/sublime-go
- Owner: yields
- License: mit
- Created: 2019-08-18T13:42:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T11:21:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T21:46:54.579Z (17 days ago)
- Topics: go, golang, sublime-text
- Language: Python
- Size: 92.8 KB
- Stars: 39
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/yields/sublime-go/workflows/main/badge.svg)
An IDE experience for minimalists.
## Features
- Format and import on pre-save.
- Vet and Lint on post-save.
- Auto-complete.
- Goto source.
- Struct tags.
- Escape analysis.
- Testing.
- Coverage.## Installation
Search and install `Golang` via package-control.
Note that you'll have to install the following dependencies
for the plugin to work:- [`>=go1.12`](https://golang.org/dl/)
- [`goimports(1)`](https://golang.org/x/tools/cmd/goimports)
- [`golint(1)`](https://github.com/golang/lint)
- [`gocode(1)`](https://github.com/visualfc/gocode)
- [`guru(1)`](https://golang.org/x/tools/cmd/guru)## Contributing
Any contribution, be it bug report or code would be awesome, if you want
to add a feature or make a bigger change make sure to open an issue to discuss it.## License
MIT