Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnjay committed Nov 7, 2023
1 parent 7aa0eb6 commit 67216f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ type NameValuePair struct {
// CacheInfo describes cache properties of known content
type CacheInfo struct {
// Expiration time of the cached content (ISO 8601)
Expires string `json:"expires,optional"`
Expires string `json:"expires,omitempty"`

// LastAccess time of the cached content (ISO 8601)
LastAccess string `json:"lastAccess"`
Expand Down

0 comments on commit 67216f7

Please sign in to comment.