mirror of
https://github.com/golang/go.git
synced 2025-05-09 01:23:01 +00:00
Multiple files with the same package all get compiled together. R=golang-dev, iant, dave CC=golang-dev https://golang.org/cl/7005053
8 lines
84 B
Go
8 lines
84 B
Go
package z
|
|
|
|
import "./p2"
|
|
|
|
func main() {
|
|
p2.NewO().RemoveOption("hello", "world")
|
|
}
|