
* 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()
|
|
}
|