Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
another issue commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed Jun 11, 2018
1 parent 43bd345 commit c75fb2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions some/some.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ import "log"
func withIssue() {
log.Printf("bad format: %s", 1)
}

func withAnotherIssue() {
a := 1
if a != 0 {
return
} else {
panic(a)
}
}

0 comments on commit c75fb2c

Please sign in to comment.