Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtARTs36 committed Aug 13, 2024
1 parent d232def commit 4d2c3ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Protoc plugin for generate go server handlers

**Features**

- Go server handler files generation
- Go tests files generation
- Request validation generation

![](demo.png)

## Installation
Expand Down
2 changes: 2 additions & 0 deletions internal/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ type MessageProperty struct {

func (p *MessageProperty) ExampleValue() string {
switch p.Type {
case ValTypeUndefined:
return "undefined"
case ValTypeString:
str := "test"

Expand Down

0 comments on commit 4d2c3ae

Please sign in to comment.