Sign in
◑
Theme
go
/
go.git
/
a4031ea1f5e0c40717c6f9d608e51ff3cef1a6eb
/
.
/
src
/
go
/
build
/
testdata
/
other
/
main.go
blob: e0904357c926d1ed8cc2c8892d33c0ccddf7fcff [
file
]
// Test data - not compiled.
package main
import (
"./file"
)
func main() {
file.F()
}