Files
2024-09-21 23:49:08 +10:00

8 lines
84 B
Go

package z
import "./p2"
func main() {
p2.NewO().RemoveOption("hello", "world")
}