This commit is contained in:
Fenny
2020-11-05 09:03:33 +01:00
parent e6da00b429
commit 88483745a5
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
package postgres
import "time"
import (
"time"
)
// Config defines the config for storage.
type Config struct {