Improved support for various time formats in parse.ParseTime. Closes #641 #1917
Annotations
10 errors
golangci-lint:
versionmap/resolved_version_constraint.go#L16
v.Version undefined (type InstalledModVersion has no field or method Version) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L19
v.Version undefined (type InstalledModVersion has no field or method Version) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L22
v.Branch undefined (type InstalledModVersion has no field or method Branch) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L25
v.FilePath undefined (type InstalledModVersion has no field or method FilePath) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L28
v.Tag undefined (type InstalledModVersion has no field or method Tag) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L61
c.Version undefined (type ResolvedVersionConstraint has no field or method Version) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L62
c.Branch undefined (type ResolvedVersionConstraint has no field or method Branch) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L65
c.FilePath undefined (type ResolvedVersionConstraint has no field or method FilePath) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L66
c.Tag undefined (type ResolvedVersionConstraint has no field or method Tag) (typecheck)
|
golangci-lint:
versionmap/resolved_version_constraint.go#L70
c.Version undefined (type ResolvedVersionConstraint has no field or method Version) (typecheck)
|
Loading