Skip to content

Commit 73987eb

Browse files
committed
Add tools for Golang
Closes #1.
1 parent aeac998 commit 73987eb

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

Go/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Go Development Tools
22
| [English](README.md) | [Русский](README.ru.md) |
33

4-
(document is under development)
5-
64
Required software:
7-
1. Compilers:
8-
2. Linters:
5+
1. Compilers: [Go official binary distribution](https://golang.org/doc/install) for your OS.
6+
2. Linters: built-in `gofmt` or `goimports` (includes `gofmt`)
97
3. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
108

119
Optional tools:
12-
1. IDE - Integrated development environment: [Brackets](http://brackets.io/), [Atom](https://atom.io/)
13-
2. CI - Continuous Integration - [TravisCI](https://travis-ci.org/)
10+
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)
11+
2. CI - Continuous Integration - [TravisCI](https://travis-ci.org/), [configuration example](examples/.travis.yml)
12+
3. Code analysis: built-in `go vet`, [Go Report Card](https://goreportcard.com/)
13+
4. Documentation: built-in `go doc` creates documentation from comments

Go/README.ru.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Инструменты разработчика Go
22
| [English](README.md) | [Русский](README.ru.md) |
33

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

119
Опциональные компоненты:
12-
1. IDE - редактор или среда разработки: [Brackets](http://brackets.io/), [Atom](https://atom.io/)
13-
2. CI - непрерывная интеграция - [TravisCI](https://travis-ci.org/)
10+
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)
11+
2. CI - непрерывная интеграция - [TravisCI](https://travis-ci.org/), [пример конфигурации](examples/.travis.yml)
12+
3. Анализ кода: встроенный `go vet`, [Go Report Card](https://goreportcard.com/)
13+
4. Документация: встроенный `go doc` генерирует документацию из комментариев

Go/examples/.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: go
2+
3+
go:
4+
- 1.7
5+
- 1.8

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy