Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
1,014 contributions in the last year
Contribution activity
November 2020
Created 75 commits in 7 repositories
Created a pull request in goplus/gop that received 2 comments
cl: compileSelectorExpr use better lookup method
use findMethod toptr to build GoPackage symbol (struct).method or (*struct).method
// t is struct or interface
func findMethod(t reflect.Type, nam…