We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6dfe0 commit 5de4bd1Copy full SHA for 5de4bd1
Taskfile.yml
@@ -13,17 +13,17 @@ tasks:
13
- readme
14
15
fmt:
16
- desc: Format `render-template.go`
+ desc: Format `render_template.go`
17
cmds:
18
- - go fmt render-template.go
+ - go fmt render_template.go
19
20
readme:
21
- desc: Generate `README.md` using `render-template.go`
+ desc: Generate `README.md` using `render_template.go`
22
sources:
23
- README.template.md
24
- - render-template.go
+ - render_template.go
25
- '{{.data_files}}'
26
generates:
27
- README.md
28
29
- - go run render-template.go > README.md
+ - go run render_template.go > README.md
render-template.go renamed to render_template.go
0 commit comments