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