Skip to content

Commit

Permalink
delete minor unreachable code caused by log.Fatal
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
  • Loading branch information
Abirdcfly authored and rajatgoel committed Aug 17, 2022
1 parent 09f4250 commit f602b61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cinterop/test/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func main() {
_, err := c.Write([]byte("hi"))
if err != nil {
log.Fatal("write error:", err)
break
}
time.Sleep(1e9)
}
Expand Down

0 comments on commit f602b61

Please sign in to comment.