Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wb
gocrawlhq
Commits
97c9ffd4
Commit
97c9ffd4
authored
Apr 14, 2022
by
Jake LaFountain
Browse files
fix: remove omitempty on "Path"
parent
b2622f35
Changes
1
Hide whitespace changes
Inline
Side-by-side
models.go
View file @
97c9ffd4
...
...
@@ -13,7 +13,7 @@ type Client struct {
type
URL
struct
{
ID
string
`json:"id,omitempty"`
Value
string
`json:"value"`
Path
string
`json:"path
,omitempty
"`
Path
string
`json:"path"`
Via
string
`json:"via,omitempty"`
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment