mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 13:54:19 +00:00
* Changes to make vendored packages accept new home. * Fix go2idl to import vendored packages.
12 lines
92 B
Go
12 lines
92 B
Go
// Test data - not compiled.
|
|
|
|
package main
|
|
|
|
import (
|
|
"./file"
|
|
)
|
|
|
|
func main() {
|
|
file.F()
|
|
}
|