mirror of
https://github.com/golang/go
synced 2024-11-05 15:56:12 -07:00
8850d14fe9
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")
|
|
}
|