mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-12 06:34:57 +03:00
10 lines
82 B
Go
10 lines
82 B
Go
package metadata
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
type Metadata struct {
|
|
Created time.Time
|
|
}
|