mirror of
https://github.com/golang/go
synced 2024-11-15 04:20:22 -07:00
1489fd1a3e
««« backport 9bf2225c38eb misc/vim: fix :Import insertion heuristic. If a factored import group has a blank line, assume it is dividing separate groups of imports (e.g. standard library vs. site-specific). import ( "bytes" "io" "mycorp/package" ) The most common case is inserting new standard library imports, which are usually (stylistically) the first group, so we should drop "net" in the above example immediately after "io". Since this logic is getting non-trivial, add a test. R=golang-dev, minux.ma, franciscossouza CC=golang-dev https://golang.org/cl/6445043 »»» |
||
---|---|---|
.. | ||
arm | ||
bash | ||
bbedit | ||
cgo | ||
chrome/gophertool | ||
dashboard | ||
dist | ||
emacs | ||
fraise | ||
goplay | ||
IntelliJIDEA | ||
kate | ||
notepadplus | ||
osx | ||
swig | ||
vim | ||
xcode | ||
zsh | ||
benchcmp | ||
pprof |