Skip to content

Commit

Permalink
fix struct tag enclosure quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed May 23, 2023
1 parent 77433eb commit f0f5570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type UpdateDNSRecordParams struct {
Content string `json:"content,omitempty"`
Data interface{} `json:"data,omitempty"` // data for: SRV, LOC
ID string `json:"-"`
Priority *uint16 `json:"priority,omitempty`
Priority *uint16 `json:"priority,omitempty"`
TTL int `json:"ttl,omitempty"`
Proxied *bool `json:"proxied,omitempty"`
Comment string `json:"comment"`
Expand Down

0 comments on commit f0f5570

Please sign in to comment.