mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 10:28:49 -07:00
Lower case JSON fields are nicer
This commit is contained in:
parent
175f65aabc
commit
7b43ba809b
@ -34,8 +34,8 @@ type querysrv struct {
|
||||
}
|
||||
|
||||
type announcement struct {
|
||||
Seen time.Time
|
||||
Addresses []string `json:"addresses"`
|
||||
Seen time.Time `json:"seen"`
|
||||
Addresses []string `json:"addresses"`
|
||||
}
|
||||
|
||||
type safeCache struct {
|
||||
|
Loading…
Reference in New Issue
Block a user