Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
oops: 03
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 29, 2024
1 parent 644b8ce commit 4ea5f9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions foo.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package main

import "fmt"

func Foo() {
fmt.Println("Bada")
foo("a")

Check failure on line 7 in foo.go

View workflow job for this annotation

GitHub Actions / dump_contexts_to_log (stable, ubuntu-latest)

Error return value is not checked (errcheck)
}

0 comments on commit 4ea5f9c

Please sign in to comment.