Lingfeng Xiao

Results 2 issues of Lingfeng Xiao

``` work.go work_darwin.go work_linux.go work_windows.go ``` For those files, revive only works that corresponding platform. e.g. on macOS it detects work_darwin.go only, and on Ubuntu, it works for work_linux.go

question

My projects: ``` work.go work_darwin.go work_linux.go work_windows.go ``` For those files, revive only works that corresponding platform. e.g. on macOS it detects work_darwin.go only, and on Ubuntu, it works for...