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

Commit

Permalink
feat: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 29, 2024
1 parent d5fb74f commit 19e3212
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions foo.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ func Foo() {
foo("a")
fmt.Println("Bada")
}

func Bar() {
foo("b")

Check failure on line 11 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)
fmt.Println("Bada?")
}

0 comments on commit 19e3212

Please sign in to comment.