Sign in
go
/
go
/
509776be5dca8d7ca47cc6ef2e4fc452eb99dc96
/
.
/
test
/
fixedbugs
/
issue4326.dir
/
z.go
blob: 9b222e8b40276754272f39fadaf75b0f0d30d77b [
file
]
package z
import "./p2"
func main() {
p2.NewO().RemoveOption("hello", "world")
}