8000 Add golint to Golang tools · HowProgrammingWorks/Tools@c5dddfb · GitHub
[go: up one dir, main page]

Skip to content

Commit c5dddfb

Browse files
committed
Add golint to Golang tools
1 parent 73987eb commit c5dddfb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Go/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
Required software:
55
1. Compilers: [Go official binary distribution](https://golang.org/doc/install) for your OS.
6-
2. Linters: built-in `gofmt` or `goimports` (includes `gofmt`)
7-
3. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
6+
2. Code formatting: built-in `gofmt` or `goimports` (includes `gofmt`)
7+
3. Linters: `golint`
8+
4. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
89

910
Optional tools:
1011
1. IDE - Integrated development environment and editors: [Atom](https://atom.io/) with [go-plus](https://atom.io/packages/go-plus) package, [Gogland](https://www.jetbrains.com/go/), [liteide](https://github.com/visualfc/liteide), [vim-go plugin](https://github.com/fatih/vim-go)

Go/README.ru.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
Обязательные компоненты:
55
1. Компиляторы: [Официальный бинарный дистрибутив Go](https://golang.org/doc/install) для вашей ОС.
6-
2. Линтеры: встроенный `gofmt` или `goimports` (включает в себя `gofmt`)
7-
3. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
6+
2. Форматирование кода: встроенный `gofmt` или `goimports` (включает в себя `gofmt`)
7+
3. Линтеры: `golint`
8+
4. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
89

910
Опциональные компоненты:
1011
1. IDE - редактор или среда разработки: [Atom](https://atom.io/) с пакетом [go-plus](https://atom.io/packages/go-plus), [Gogland](https://www.jetbrains.com/go/), [liteide](https://github.com/visualfc/liteide), [vim-go плагин](https://github.com/fatih/vim-go)

0 commit comments

Comments
 (0)
0