main
bel 2023-11-05 13:53:31 -07:00
parent be7fa572aa
commit 70ad21156f
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ func NewDriver(ctx context.Context, driver url.URL) (Driver, error) {
} }
func (version Version) ToTime() (time.Time, error) { func (version Version) ToTime() (time.Time, error) {
panic(nil) panic(nil) // TODO
} }
func VersionFromTime(t time.Time) Version { func VersionFromTime(t time.Time) Version {
panic(nil) panic(nil) // TODO
} }