You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #11 from lfportal/default-signifies-exhaustive
Add `default-signifies-exhasutive` flag to prevent default clause from automatically passing checks
Switch to Go 1.18 comment-directives...
...dropping support for the type name in the comment.
The new syntax is:
```go
//sumtype:decl
type MySumType interface {
sealed()
}
```