Server creation bugfix #45
Annotations
10 errors and 3 warnings
Lint:
db/db.go#L49
undefined: migrate (typecheck)
|
Lint:
main.go#L27
undefined: migrate (typecheck)
|
Lint:
../../../go/pkg/mod/golang.org/[email protected]/src/runtime/time.go#L189
cannot range over 3 (untyped int constant) (typecheck)
|
Lint:
../../../go/pkg/mod/golang.org/[email protected]/src/syscall/syscall_unix.go#L66
m.Lock undefined (type *mmapper has no field or method Lock) (typecheck)
|
Lint:
../../../go/pkg/mod/golang.org/[email protected]/src/syscall/syscall_unix.go#L67
m.Unlock undefined (type *mmapper has no field or method Unlock) (typecheck)
|
Lint:
../../../go/pkg/mod/golang.org/[email protected]/src/syscall/syscall_unix.go#L79
m.Lock undefined (type *mmapper has no field or method Lock) (typecheck)
|
Lint:
../../../go/pkg/mod/golang.org/[email protected]/src/syscall/syscall_unix.go#L80
m.Unlock undefined (type *mmapper has no field or method Unlock) (typecheck)
|
Lint:
../../../go/pkg/mod/golang.org/[email protected]/src/database/sql/sql.go#L574
dc.Lock undefined (type *driverConn has no field or method Lock) (typecheck)
|
Lint:
../../../go/pkg/mod/golang.org/[email protected]/src/database/sql/sql.go#L575
dc.Unlock undefined (type *driverConn has no field or method Unlock) (typecheck)
|
Lint:
../../../go/pkg/mod/golang.org/[email protected]/src/database/sql/sql.go#L589
dc.Lock undefined (type *driverConn has no field or method Lock) (typecheck)
|
Test
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
End-to-End
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|