abiosoft / atom-go-imports

Auto import Go packages via the goimports tool

Home Page:https://atom.io/packages/go-imports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Auto import Go packages via the goimports tool

https://atom.io/packages/go-imports

License:MIT License


Languages

Language:CoffeeScript 100.0%