https://github.com/abiosoft/atom-go-imports
Auto import Go packages via the goimports tool
https://github.com/abiosoft/atom-go-imports
Last synced: about 1 year ago
JSON representation
Auto import Go packages via the goimports tool
- Host: GitHub
- URL: https://github.com/abiosoft/atom-go-imports
- Owner: abiosoft
- License: mit
- Created: 2015-03-18T14:55:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T16:38:51.000Z (over 7 years ago)
- Last Synced: 2025-02-10T18:13:43.284Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/go-imports
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# go-imports package
Auto import Go packages using goimports tool
## Prerequisite
Install goimports if it is not installed
```
go get -v golang.org/x/tools/cmd/goimports
```
## Usage
Using command palette `cmd-shift-p`, search for `Go Imports: Process` or using keybinding `ctrl-shift-i`.