Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
king-gophers committed Jan 27, 2022
1 parent 728df7f commit f86a6bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ linters:

linters-settings:
gci:
local-prefixes: github.com/king-gophers/protoc-gen-kafka-handler
local-prefixes: github.com/king-gophers/protoc-gen-kafka
gocyclo:
min-complexity: 15
nestif:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/king-gophers/protoc-gen-kafka-handler
module github.com/king-gophers/protoc-gen-kafka

go 1.17

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Установка

```bash
go install github.com/king-gophers/protoc-gen-kafka-handler@latest
go install github.com/king-gophers/protoc-gen-kafka@latest
```

# Настройка
```yaml
version: v1
plugins:
# подключение плагина
- name: kafgen
- name: kafka
# путь для сохранения
out: generate/
# suffix=Out установка суффикса
Expand Down

0 comments on commit f86a6bf

Please sign in to comment.