coyove / goflyway

An encrypted HTTP server
MIT License
4.31k stars 654 forks source link

github.com/coyove/goflyway/proxy/io.go:106:9: undefined: tcpmux.Survey #111

Closed koolwiki closed 5 years ago

koolwiki commented 5 years ago

如题,最近tcpmux的第540c6ed号提交中删掉了util.go中: type Survey interface { Count() []int }

导致goflyway编译出现题目中的错误,希望能帮忙修复,谢谢!

coyove commented 5 years ago

Fixed, please git pull tcpmux(dev) and goflyway(gdev)