%PDF- %PDF-
Direktori : /usr/local/go119/test/fixedbugs/issue4326.dir/ |
Current File : //usr/local/go119/test/fixedbugs/issue4326.dir/q1.go |
package q1 func Deref(typ interface{}) interface{} { if typ, ok := typ.(*int); ok { return *typ } return typ }