qianxi

Results 10 comments of qianxi

Wait, there are still some problems... I will solve this.

@hsluoyz I think it's ok to merge.

As you can see, the yarn install time has dropped from 90s to 20s @hsluoyz

/cc @hsluoyz

see: [yarn-cache](https://github.com/marketplace/actions/npm-or-yarn-install-with-caching) @hsluoyz

Now, with `yarn fix`, you can show these warnings to the console. @jakiuncle

This issue should be closed by #983

> 我想知道会不会有 Golang 版?(笑)【因为 Go 似乎没有 sum type】 @hzqd ```go type SchoolPerson interface { featrue() } type Student struct { name string id int } func (s Student) featrue() {}...