Start implementation, refs #8 #45
Annotations
9 errors and 1 warning
test (ubuntu-latest):
src/cli_test.go#L323
cannot use 200 (untyped int constant) as string value in struct literal
|
test (ubuntu-latest):
src/cli_test.go#L323
cannot use "OK" (untyped string constant) as int value in struct literal
|
test (ubuntu-latest):
src/cli_test.go#L323
too few values in struct literal of type struct{Type LinkType; Location string; StatusCode int; Ok bool; ErrMsg string}
|
test (ubuntu-latest):
src/cli_test.go#L324
cannot use 404 (untyped int constant) as string value in struct literal
|
test (ubuntu-latest):
src/cli_test.go#L324
cannot use "Not Found" (untyped string constant) as int value in struct literal
|
test (ubuntu-latest):
src/cli_test.go#L324
too few values in struct literal of type struct{Type LinkType; Location string; StatusCode int; Ok bool; ErrMsg string}
|
test (ubuntu-latest)
Process completed with exit code 2.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
test (ubuntu-latest)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|