aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/magefile/mage/build/testdata/other/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/magefile/mage/build/testdata/other/main.go')
-rw-r--r--vendor/github.com/magefile/mage/build/testdata/other/main.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/magefile/mage/build/testdata/other/main.go b/vendor/github.com/magefile/mage/build/testdata/other/main.go
deleted file mode 100644
index e090435..0000000
--- a/vendor/github.com/magefile/mage/build/testdata/other/main.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Test data - not compiled.
-
-package main
-
-import (
- "./file"
-)
-
-func main() {
- file.F()
-}