Skip to content

Commit 2c13623

Browse files
medyaghteepark
authored andcommitted
Adding an example of having more than one tag (kelseyhightower#121)
1 parent ac92ffb commit 2c13623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ type Specification struct {
103103
RequiredVar string `required:"true"`
104104
IgnoredVar string `ignored:"true"`
105105
AutoSplitVar string `split_words:"true"`
106+
RequiredAndAutoSplitVar string `required:"true" split_words:"true"`
106107
}
107108
```
108109

0 commit comments

Comments
 (0)