Displaying 1 to 9 from 9 results

go-plus - An Enhanced Go Experience For The Atom Editor

  •    Javascript

gocode (and a few other tools, like gotype) work on .a files (i.e. the package object archive), and the way to keep these up to date is to run go install periodically. This ensures your autocomplete suggestions are kept up to date without having to resort to gocode set autobuild true 🎉.We are open to suggestions for detecting a package which is built with gb; please feel free to submit a pull request that detects a gb package without any explicit configuration and runs it.

atom-beautify - :lipstick: Universal beautification package for Atom editor (:warning: Currently migrating to https://github

  •    CoffeeScript

Atom-Beautify respects the core.telemetryConsent configuration option from Atom editor. If you do not wish to have usage data sent to Google Analytics then please set core.telemetryConsent to no or undecided option before using Atom-Beautify. See Anonymous Analytics section of docs for details. Thank you. Atom-Beautify is going to be completely rewritten with Unibeautify at its core! See unibeautify branch for work in progress and Issue #1174.

gofmt - Atom Package For Running gofmt / goimports / goreturns

  •    Javascript

gofmt runs gofmt, goimports, or goreturns on save. It also provides commands to run them on-demand.

gometalinter-linter - A Linter For Atom That Runs gometalinter

  •    Javascript

Aggregate and normalise the output of a whole bunch of Go linters.This is helpful if you would like to copy-paste the settings in as a starting point for further customization.




dragon-imports - A tool for speedup goimports command :dragon:

  •    Go

goimports command searches for a package with the given symbols from stdlib mappings at first. In this case, the command hopefully never have to scan the GOPATH. dragon-imports add GOPATH's libs to stdlib mappings, and install goimports again.

sublime-gofmt - Sublime plugin to run gofmt (or goimports, or whatever you want).

  •    Python

This Sublime Text 3 package adds support for running gofmt on your Go source files. It runs on save by default, but that can be disabled. You can run it manually via a palette command (Gofmt: Format this file). If gofmt encounters errors, the plugin will mark the lines and highlight those errors in your source file.

bazel-tools - Reusable bits for Bazel

  •    Python

Various reusable bits for the Bazel build system. See subdirectories for documentation.

goimports-reviser - Right imports sorting & code formatting tool (goimports alternative)

  •    Go

Tool for Golang to sort goimports by 3-4 groups: std, general, local(which is optional) and project dependencies. Also, formatting for your code will be prepared(so, you don't need to use gofmt or goimports separately). Use additional options -rm-unused to remove unused imports and -set-alias to rewrite import aliases for versioned packages or for packages with additional prefix/suffix(example: opentracing "github.com/opentracing/opentracing-go"). -local - will create group for local imports. Values should be comma-separated.


gosimports - alias goimports='gosimports'

  •    Go

This gosimports provides one solution to the goimports grouping/ordering problem. Copyright 2013 The Go Authors. All rights reserved.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.