-
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
17 changed files
with
149 additions
and
162 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -615,7 +615,6 @@ issues: | |
linters: | ||
- dupl | ||
- gosec | ||
- gochecknoglobals | ||
- exhaustruct | ||
- forbidigo | ||
- forcetypeassert | ||
|
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,38 +1,31 @@ | ||
-include Makefile.mk | ||
|
||
.PHONY: deps | ||
deps: | ||
mrcmd go-dev deps | ||
|
||
.PHONY: deps-upgrade | ||
deps-upgrade: | ||
mrcmd go-dev get -u ./... | ||
mrcmd go-dev tidy | ||
|
||
.PHONY: generate | ||
generate: | ||
mrcmd go-dev generate | ||
|
||
.PHONY: fmt | ||
fmt: | ||
mrcmd go-dev fmt | ||
|
||
.PHONY: fmti | ||
fmti: | ||
mrcmd go-dev fmti | ||
|
||
.PHONY: lint | ||
lint: | ||
mrcmd golangci-lint check | ||
|
||
.PHONY: test | ||
test: | ||
mrcmd go-dev test | ||
|
||
.PHONY: test-report | ||
test-report: | ||
mrcmd go-dev test-report | ||
|
||
.PHONY: plantuml | ||
plantuml: | ||
mrcmd plantuml build-all | ||
mrcmd plantuml build-all | ||
|
||
.PHONY: deps deps-upgrade generate fmt fmti lint test test-report plantuml |
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.12 | ||
# Описание GoComponents v0.7.13 | ||
Этот репозиторий содержит описание библиотеки GoComponents. | ||
|
||
## Статус библиотеки | ||
|
@@ -11,7 +11,7 @@ | |
позволяет встраиваться в произвольные таблицы БД; | ||
|
||
## Подключение библиотеки | ||
`go get -u github.com/mondegor/[email protected].12` | ||
`go get -u github.com/mondegor/[email protected].13` | ||
|
||
## Установка библиотеки для её локальной разработки | ||
- Выбрать рабочую директорию, где должна быть расположена библиотека | ||
|
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
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
Oops, something went wrong.