-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Описание GoComponents v0.7.8 | ||
# Описание GoComponents v0.7.9 | ||
Этот репозиторий содержит описание библиотеки GoComponents. | ||
|
||
## Статус библиотеки | ||
|
@@ -11,7 +11,7 @@ | |
позволяет встраиваться в произвольные таблицы БД; | ||
|
||
## Подключение библиотеки | ||
`go get -u github.com/mondegor/[email protected].8` | ||
`go get -u github.com/mondegor/[email protected].9` | ||
|
||
## Установка библиотеки для её локальной разработки | ||
|
||
|
@@ -28,7 +28,7 @@ | |
- `mrcmd go help` - выводит список всех доступных go команд (docker версия); | ||
- `mrcmd go-dev help` // выводит список всех доступных go-dev команд (локальная версия); | ||
- `mrcmd go-dev fmt` // исправляет форматирование кода (gofumpt -l -w -extra ./) | ||
- `mrcmd go-dev goimports-fix` // исправление imports, если это требуется (goimports -d -local ${GO_DEV_LOCAL_PACKAGE} ./) | ||
- `mrcmd go-dev goimports-fix` // исправление imports, если это требуется (goimports -d -local ${GO_DEV_IMPORTS_LOCAL_PREFIXES} ./) | ||
- `mrcmd go-dev check` // статический анализ кода библиотеки (линтеры: govet, staticcheck, errcheck) | ||
- `mrcmd go-dev test` // запуск тестов библиотеки | ||
- `mrcmd golangci-lint check` // запуск линтеров для проверки кода (на основе `.golangci.yaml`) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters