dave/vendor/github.com/magefile/mage/build/testdata/other/main.go
2018-04-12 21:16:38 +02:00

11 lines
92 B
Go

// Test data - not compiled.
package main
import (
"./file"
)
func main() {
file.F()
}