index
:
xesite.git
Xe/k8s
Xe/super-gzip
a/b
api
authors
axum
birth-death-seo
blog/parsing-toki-pona
blog/templeos/time
cheat-systemd
dependabot/add-v2-config-file
flight-journal
go
go-modules-semiotics
gopher-server
i18n
i18n-2
ipv6
ln-post
main
miau-oneshot
nas-writeup
notes
pr393
stanley
static_site
time-regex-testing
unwrapped-2022
v3
website-talk
xedium
yarn
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
github.com
/
magefile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'vendor/github.com/magefile')
-rw-r--r--
vendor/github.com/magefile/mage/.gitattributes
2
-rw-r--r--
vendor/github.com/magefile/mage/.gitignore
23
-rw-r--r--
vendor/github.com/magefile/mage/.goreleaser.yml
53
-rw-r--r--
vendor/github.com/magefile/mage/.travis.yml
28
-rw-r--r--
vendor/github.com/magefile/mage/CONTRIBUTING.md
41
-rw-r--r--
vendor/github.com/magefile/mage/Gopkg.lock
9
-rw-r--r--
vendor/github.com/magefile/mage/Gopkg.toml
22
-rw-r--r--
vendor/github.com/magefile/mage/LICENSE
201
-rw-r--r--
vendor/github.com/magefile/mage/README.md
35
-rw-r--r--
vendor/github.com/magefile/mage/build/build.go
1654
-rw-r--r--
vendor/github.com/magefile/mage/build/build_test.go
446
-rw-r--r--
vendor/github.com/magefile/mage/build/deps_test.go
556
-rw-r--r--
vendor/github.com/magefile/mage/build/doc.go
166
-rw-r--r--
vendor/github.com/magefile/mage/build/read.go
247
-rw-r--r--
vendor/github.com/magefile/mage/build/read_test.go
226
-rw-r--r--
vendor/github.com/magefile/mage/build/syslist.go
8
-rw-r--r--
vendor/github.com/magefile/mage/build/syslist_test.go
62
-rw-r--r--
vendor/github.com/magefile/mage/build/testdata/empty/dummy
0
-rw-r--r--
vendor/github.com/magefile/mage/build/testdata/multi/file.go
5
-rw-r--r--
vendor/github.com/magefile/mage/build/testdata/multi/file_appengine.go
5
-rw-r--r--
vendor/github.com/magefile/mage/build/testdata/other/file/file.go
5
-rw-r--r--
vendor/github.com/magefile/mage/build/testdata/other/main.go
11
-rw-r--r--
vendor/github.com/magefile/mage/build/zcgo.go
37
-rw-r--r--
vendor/github.com/magefile/mage/contrib_test.go
34
-rw-r--r--
vendor/github.com/magefile/mage/mage/magefile_tmpl.go
46
-rw-r--r--
vendor/github.com/magefile/mage/mage/main.go
399
-rw-r--r--
vendor/github.com/magefile/mage/mage/main_test.go
479
-rw-r--r--
vendor/github.com/magefile/mage/mage/template.go
180
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/command.go
29
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/context/context.go
30
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/error.go
10
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/func.go
23
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/keep_flag/magefile.go
5
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/list/command.go
29
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/main.go
13
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/no_default/magefile.go
19
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/onlyStdLib/command.go
29
-rw-r--r--
vendor/github.com/magefile/mage/mage/testdata/panic.go
15
-rw-r--r--
vendor/github.com/magefile/mage/magefile.go
72
-rw-r--r--
vendor/github.com/magefile/mage/main.go
11
-rw-r--r--
vendor/github.com/magefile/mage/mg/deps.go
166
-rw-r--r--
vendor/github.com/magefile/mage/mg/deps_test.go
147
-rw-r--r--
vendor/github.com/magefile/mage/mg/errors.go
51
-rw-r--r--
vendor/github.com/magefile/mage/mg/errors_test.go
19
-rw-r--r--
vendor/github.com/magefile/mage/mg/runtime.go
36
-rw-r--r--
vendor/github.com/magefile/mage/parse/import_go1.9.go
13
-rw-r--r--
vendor/github.com/magefile/mage/parse/import_not_go1.9.go
15
-rw-r--r--
vendor/github.com/magefile/mage/parse/parse.go
271
-rw-r--r--
vendor/github.com/magefile/mage/parse/parse_test.go
58
-rw-r--r--
vendor/github.com/magefile/mage/parse/srcimporter/sizes.go
40
-rw-r--r--
vendor/github.com/magefile/mage/parse/srcimporter/srcimporter.go
213
-rw-r--r--
vendor/github.com/magefile/mage/parse/testdata/command.go
33
-rw-r--r--
vendor/github.com/magefile/mage/parse/testdata/func.go
14
-rw-r--r--
vendor/github.com/magefile/mage/sh/cmd.go
165
-rw-r--r--
vendor/github.com/magefile/mage/sh/cmd_test.go
72
-rw-r--r--
vendor/github.com/magefile/mage/sh/helpers.go
16
-rw-r--r--
vendor/github.com/magefile/mage/sh/testmain_test.go
46
-rw-r--r--
vendor/github.com/magefile/mage/site/archetypes/default.md
6
-rw-r--r--
vendor/github.com/magefile/mage/site/config.toml
34
-rw-r--r--
vendor/github.com/magefile/mage/site/content/dependencies/_index.en.md
74
-rw-r--r--
vendor/github.com/magefile/mage/site/content/filesources/_index.en.md
18
-rw-r--r--
vendor/github.com/magefile/mage/site/content/howitworks/_index.en.md
23
-rw-r--r--
vendor/github.com/magefile/mage/site/content/index.md
72
-rw-r--r--
vendor/github.com/magefile/mage/site/content/libraries/_index.en.md
20
-rw-r--r--
vendor/github.com/magefile/mage/site/content/magefiles/_index.en.md
85
-rw-r--r--
vendor/github.com/magefile/mage/site/content/targets/_index.en.md
50
-rw-r--r--
vendor/github.com/magefile/mage/site/content/zeroInstall/_index.en.md
42
-rw-r--r--
vendor/github.com/magefile/mage/site/layouts/partials/favicon.html
2
-rw-r--r--
vendor/github.com/magefile/mage/site/layouts/partials/logo.html
2
-rw-r--r--
vendor/github.com/magefile/mage/site/static/images/favicon.ico
bin
0 -> 1150 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/static/images/favicon.png
bin
0 -> 312944 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/static/images/gary.svg
342
-rw-r--r--
vendor/github.com/magefile/mage/site/static/images/gnorm.png
bin
0 -> 26767 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/static/images/hugo.png
bin
0 -> 24748 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/.gitignore
3
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/LICENSE.md
21
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/README.md
49
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/archetypes/chapter.md
13
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/archetypes/default.md
7
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/LICENSE.md
20
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/README.md
39
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/config.toml
73
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/_index.en.md
41
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/_index.fr.md
43
-rwxr-xr-x
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/_index.en.md
12
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/_index.fr.md
12
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/_index.en.md
246
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/_index.fr.md
245
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/blue-variant.png
bin
0 -> 389127 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/green-variant.png
bin
0 -> 390899 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/configuration/images/red-variant.png
bin
0 -> 389964 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/_index.en.md
100
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/_index.fr.md
100
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/installation/images/chapter.png
bin
0 -> 87764 bytes
-rwxr-xr-x
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/_index.en.md
11
-rwxr-xr-x
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/_index.fr.md
11
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/basics/requirements/images/magic.gif
bin
0 -> 1458653 bytes
-rwxr-xr-x
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/_index.en.md
12
-rwxr-xr-x
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/_index.fr.md
12
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/archetypes.en.md
57
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/archetypes.fr.md
57
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/_index.en.md
78
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/_index.fr.md
78
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/i18n/images/i18n-menu.gif
bin
0 -> 24315 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/markdown.en.md
663
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/markdown.fr.md
665
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/menushortcuts.en.md
109
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/menushortcuts.fr.md
109
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/_index.en.md
148
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/_index.fr.md
146
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/frontmatter-icon.png
bin
0 -> 5811 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/pages-chapter.png
bin
0 -> 249169 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/cont/pages/images/pages-default.png
bin
0 -> 318250 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/credits.en.md
28
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/credits.fr.md
28
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/_index.en.md
16
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/_index.fr.md
16
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/BachGavotteShort.mp3
bin
0 -> 366464 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdf
bin
0 -> 179272 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdf
bin
0 -> 370183 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/hugo.png
bin
0 -> 18210 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.files/movieselectricsheep-flock-244-32500-2.mp4
bin
0 -> 348402 bytes
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.en.md
85
-rw-r--r--
vendor/github.com/magefile/mage/site/themes/learn/exampleSite/content/shortcodes/attachments.fr.files/BachGavotteShort.mp3
bin
0 -> 366464 bytes
-rw-r--r--