Skip to content

Commit

Permalink
Merge pull request nutanix#81 from cwt-dev/f-mitchellh_mapstructure
Browse files Browse the repository at this point in the history
Add support for mapstructure decode tag for reusability
  • Loading branch information
marinsalinas authored May 28, 2020
2 parents aceb249 + 8ee433a commit 4ea61c4
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 1,125 deletions.
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ linters-settings:
locale: US
lll:
# Default is 120. '\t' is counted as 1 character.
# set our project to 140, as things like v3_structs with inline comments end up being a touch long
# set our project to 200, as things like v3_structs with inline comments end up being a touch long
# also, for anyone using vscode, use the following configs:
# "rewrap.wrappingColumn": 140 ... requires the rewrap plugin
# "editor.rulers": [140]
line-length: 140
# "rewrap.wrappingColumn": 200 ... requires the rewrap plugin
# "editor.rulers": [200]
line-length: 200

linters:
enable-all: true
Expand Down
Loading

0 comments on commit 4ea61c4

Please sign in to comment.