An open API service indexing awesome lists of open source software.

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

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`.