Skip to content

Commit 5c0ee2f

Browse files
author
Daniil Pershin
authored
docs: add more struct tag type examples (#25)
1 parent 72bbdc4 commit 5c0ee2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ linters-settings:
126126
yaml: camel
127127
xml: camel
128128
toml: camel
129+
bson: camel
130+
avro: snake
131+
mapstructure: kebab
132+
env: upperSnake
133+
envconfig: upperSnake
129134
```
130135
131136
More information here https://golangci-lint.run/usage/linters/#tagliatelle

0 commit comments

Comments
 (0)