feat: initial commit
This commit is contained in:
7
pkg/wails3kit/updates/providers/httpmanifest/time.go
Normal file
7
pkg/wails3kit/updates/providers/httpmanifest/time.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package httpmanifest
|
||||
|
||||
import "time"
|
||||
|
||||
func parseReleaseTime(value string) (time.Time, error) {
|
||||
return time.Parse(time.RFC3339, value)
|
||||
}
|
||||
Reference in New Issue
Block a user