aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/magefile/mage/parse/testdata/func.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/magefile/mage/parse/testdata/func.go')
-rw-r--r--vendor/github.com/magefile/mage/parse/testdata/func.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/magefile/mage/parse/testdata/func.go b/vendor/github.com/magefile/mage/parse/testdata/func.go
deleted file mode 100644
index 9492775..0000000
--- a/vendor/github.com/magefile/mage/parse/testdata/func.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// +build mage
-
-package main
-
-import "fmt"
-
-// Synopsis for "returns" error.
-// And some more text.
-func ReturnsNilError() error {
- fmt.Println("stuff")
- return nil
-}
-
-func nonexported() {}