mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +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
7 lines
84 B
Go
7 lines
84 B
Go
package z
|
|
|
|
import "./p2"
|
|
|
|
func main() {
|
|
p2.NewO().RemoveOption("hello", "world")
|
|
}
|