* Upgrading to the last mattermost-utilities/mmgotool

* Remove unneeded file

* Fixing mmgotools usage
Этот коммит содержится в:
Jesús Espino
2020-07-21 14:07:27 +02:00
коммит произвёл GitHub
родитель 316d22c8f1
Коммит 5be023aa70
3 изменённых файлов: 107 добавлений и 2 удалений

Просмотреть файл

@@ -212,7 +212,7 @@ app-layers: ## Extract interface from App struct
i18n-extract: ## Extract strings for translation from the source code
$(GO) get -modfile=go.tools.mod github.com/mattermost/mattermost-utilities/mmgotool
$(GOBIN)/mmgotool i18n extract
$(GOBIN)/mmgotool i18n extract --portal-dir=""
store-mocks: ## Creates mock files.
$(GO) get -modfile=go.tools.mod github.com/vektra/mockery/...