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

12 lines
92 B
Go
Raw Permalink Normal View History

2018-04-12 21:16:37 +02:00
// Test data - not compiled.
package main
import (
"./file"
)
func main() {
file.F()
}