Skip to content

Commit 7c6d353

Browse files
committed
Fix documentation. No newlines in tables.
1 parent f62b6ac commit 7c6d353

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Formatting with gofmt
1111
- Automatic imports with goimports
1212
- Linting with golint
13+
- Multiple linters supported with gometalinter
1314
- Find symbol information with godef
1415
- 45 snippets
1516

@@ -45,16 +46,13 @@ Cmd-R | Compile and run the current file.
4546
Cmd-Shift-R | Compile and test the current package.
4647
Cmd-B | Build the current package.
4748
Cmd-Shift-I | Install the current package.
48-
4949
Cmd-Shift-D | Open either a package listed in imports or a user-supplied package.
5050
Ctrl-H | Show the Go HTML documentation for the currently-selected symbol.
5151
Cmd-D | Go to the original definition of the currently selected symbol.
52-
5352
Ctrl-Shift-H | Reformat the document according to the Go style guidelines, automatically resolve imports.
5453
Ctrl-Shift-L | Run 'go lint'
5554
Ctrl-Shift-M | Run the default linters supplied by gometalinter
5655
Ctrl-Shift-V | Run 'go vet'
57-
5856
Opt-ESC | Complete the symbol under the cursor.
5957

6058
### Snippets

0 commit comments

Comments
 (0)