8 lines
84 B
Go
8 lines
84 B
Go
package z
|
|
|
|
import "./p2"
|
|
|
|
func main() {
|
|
p2.NewO().RemoveOption("hello", "world")
|
|
}
|