Skip to content

Commit e8a8230

Browse files
authored
Update README.md
1 parent 323bd00 commit e8a8230

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ When `-interface` is used instead of generating and returning `struct` interface
120120

121121
**Note** that `-interface` effectively enables `-hide-vars` so variables won't be exported from the plugin.
122122

123+
### Generated code quality
124+
125+
Generated code passes both `go vet` and `golint` and can be formatted using `gofmt -s -w`. Exported symbols names are not changed in any way so names not following [go naming convention](https://golang.org/doc/effective_go.html) will still be reported by `golint` as invalid.
126+
123127
### Example generated wrapper information
124128

125129
```

0 commit comments

Comments
 (0)