Skip to content

Commit

Permalink
Minor clarification on tag format separators (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrute authored Jul 12, 2024
1 parent 1b2c5cf commit 218af9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@ type Blog struct {
### <span id="tags">Fields Tags</span>

Tags are optional to use when declaring models, GORM supports the following tags:
Tags are case insensitive, however `camelCase` is preferred.
Tags are case insensitive, however `camelCase` is preferred. If multiple tags are
used they should be separated by a semicolon (`;`). Characters that have special
meaning to the parser can be escaped with a backslash (`\`) allowing them to be
used as parameter values.

| Tag Name | Description |
| --- | --- |
Expand Down

0 comments on commit 218af9e

Please sign in to comment.