kubernetes/third_party/golang/go/build/testdata/other/main.go
Daniel Smith 4deda6ea98 Vendor in go1.5.1 dependency
* Changes to make vendored packages accept new home.
* Fix go2idl to import vendored packages.
2015-10-21 09:56:36 -07:00

12 lines
92 B
Go

// Test data - not compiled.
package main
import (
"./file"
)
func main() {
file.F()
}