Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Search Optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed Mar 13, 2014
1 parent 4332f1c commit 7bd6657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Enhanced go language support in Atom

Adds gofmt support when editing Go files in Atom.
Adds `gofmt` support when editing Go files in Atom. You can use `goimports` as a
substitute for `gofmt` by updating the preferences for this package.

Contributions are greatly appreciated. Please fork this repository, create a
branch off the develop branch, make your changes, and open a pull request.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-plus",
"description": "The go-plus package adds gofmt and goimports support for the go language. In the future it will add go build, go test, gocode and other functionality.",
"description": "The go-plus package adds gofmt and goimports support for the go language (golang). In the future it will add go build, go test, gocode and other functionality.",
"version": "0.2.0",
"main": "./lib/go-plus",
"license": "Apache2",
Expand Down

0 comments on commit 7bd6657

Please sign in to comment.