Skip to content

Commit d531e1a

Browse files
committed
fix [gomacro#46](cosmos72/gomacro#46):
error compiling `_ = func(ch chan string) { for { select { case <-ch: default: return } } }`
1 parent b8c75f0 commit d531e1a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

vendor/github.com/cosmos72/gomacro/all_test.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cosmos72/gomacro/fast/identifier.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cosmos72/gomacro/fast/select.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cosmos72/gomacro/fast/statement.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)