route/vendor/github.com/magefile/mage/build/testdata/other/main.go

12 lines
92 B
Go
Raw Normal View History

2017-10-06 15:29:20 +00:00
// Test data - not compiled.
package main
import (
"./file"
)
func main() {
file.F()
}