mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 21:35:34 +03:00
Full application rewrite
This commit is contained in:
9
internal/metadata/metadata.go
Normal file
9
internal/metadata/metadata.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package metadata
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type Metadata struct {
|
||||
Created time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user