Reference new distance from report for photos
This commit is contained in:
parent
4cd0e05996
commit
93d767c9d6
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ type Exif struct {
|
|||
Model string `json:"model"`
|
||||
}
|
||||
|
||||
func (e *Exif) MarshalJSON() ([]byte, error) {
|
||||
func (e Exif) MarshalJSON() ([]byte, error) {
|
||||
to_marshal := make(map[string]interface{}, 0)
|
||||
if e.Created != "" {
|
||||
layout := "2006:01:02 15:04:05"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue