Source file test/fixedbugs/issue4326.dir/z.go 1 package z 2 3 import "./p2" 4 5 func main() { 6 p2.NewO().RemoveOption("hello", "world") 7 } 8 View as plain text