diff options
| author | Christine Dodrill <me@christine.website> | 2018-07-01 20:38:18 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2018-07-01 20:38:18 +0000 |
| commit | 6197f455f695eb959a932e15dc417c1b50a2255b (patch) | |
| tree | eb90c08ea8e688894b033668587635c6e350f13d /vendor/github.com/magefile/mage/parse/testdata/func.go | |
| parent | b0e0b108231f9b71eebe68d8e9b99ca2846b4534 (diff) | |
| download | xesite-6197f455f695eb959a932e15dc417c1b50a2255b.tar.xz xesite-6197f455f695eb959a932e15dc417c1b50a2255b.zip | |
vgo
Diffstat (limited to 'vendor/github.com/magefile/mage/parse/testdata/func.go')
| -rw-r--r-- | vendor/github.com/magefile/mage/parse/testdata/func.go | 14 |
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() {} |
