chore(vhs): improve iferr demo

This commit is contained in:
Oleksandr Smirnov 2025-10-20 17:37:57 +03:00
parent 399845fee2
commit 0de1892ca9
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
package demos package demos
func ifErr() { func ifErr() error {
out, err := doSomething() out, err := doSomething()
_ = out _ = out