From 35ce47a3154ebc522967be69a7887b6dea036f14 Mon Sep 17 00:00:00 2001 From: Vyacheslav Pryimak Date: Tue, 4 Aug 2020 19:51:03 +0300 Subject: [PATCH] Add goimports-reviser (#3195) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a3d33e5..ddd49156 100644 --- a/README.md +++ b/README.md @@ -2231,6 +2231,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-mode](https://github.com/dominikh/go-mode.el) - Go mode for GNU/Emacs. * [go-plus](https://github.com/joefitzgerald/go-plus) - Go (Golang) Package For Atom That Adds Autocomplete, Formatting, Syntax Checking, Linting and Vetting. * [gocode](https://github.com/nsf/gocode) - Autocompletion daemon for the Go programming language. +* [goimports-reviser](https://github.com/incu6us/goimports-reviser) - Formatting tool for imports. * [goprofiling](https://marketplace.visualstudio.com/items?itemName=MaxMedia.go-prof) - This extension adds benchmark profiling support for the Go language to VS Code. * [GoSublime](https://github.com/DisposaBoy/GoSublime) - Golang plugin collection for the text editor SublimeText 3 providing code completion and other IDE-like features. * [gounit-vim](https://github.com/hexdigest/gounit-vim) - Vim plugin for generating Go tests based on the function's or method's signature.