Closures exercise added to functions homework #127
Annotations
10 errors and 2 warnings
lint:
12-funcs/03-closoures/exercise.go#L6
syntax error: ... is missing type (typecheck)
|
lint:
12-funcs/03-closoures/exercise.go#L6
expected type, found ')' (typecheck)
|
lint:
24-generics/01-sorting/exercise.go#L7
missing return (typecheck)
|
lint:
01-getting-started/01-hello-world/exercise_test.go#L2
syntax error: package statement must be first (typecheck)
|
lint:
01-getting-started/01-hello-world/exercise_test.go#L1
expected 'package', found 'EOF' (typecheck)
|
lint:
02-types/01-booleans/exercise_test.go#L2
syntax error: package statement must be first (typecheck)
|
lint:
02-types/01-booleans/exercise_test.go#L1
expected 'package', found 'EOF' (typecheck)
|
lint:
02-types/02-numbers/exercise_test.go#L2
syntax error: package statement must be first (typecheck)
|
lint:
02-types/02-numbers/exercise_test.go#L1
expected 'package', found 'EOF' (typecheck)
|
lint:
02-types/03-strings/exercise_test.go#L2
syntax error: package statement must be first (typecheck)
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/learning-go/learning-go. Supported file pattern: go.sum
|