浏览代码

Delete unnecessary template override

The README template for the 'forth' exercise was not meaningfully different than
the default template.

The only difference when regenerating the README is whitespace.

This deletes the extraneous template for the sake of simplicity.
Katrina Owen 8 年前
父节点
当前提交
d10302a50d
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 1 次插入18 次删除
  1. 0
    17
      exercises/forth/.meta/readme.go.tmpl
  2. 1
    1
      exercises/forth/README.md

+ 0
- 17
exercises/forth/.meta/readme.go.tmpl 查看文件

@@ -1,17 +0,0 @@
1
-# {{ .Spec.Name }}
2
-
3
-{{ .Spec.Description -}}
4
-{{- with .Hints }}
5
-{{ . }}
6
-{{ end }}
7
-{{- with .TrackInsert }}
8
-{{ . }}
9
-{{ end }}
10
-{{- with .Spec.Credits -}}
11
-## Source
12
-
13
-{{ . }}
14
-{{ end }}
15
-## Submitting Incomplete Solutions
16
-It's possible to submit an incomplete solution so you can see how others have completed the exercise.
17
-

+ 1
- 1
exercises/forth/README.md 查看文件

@@ -37,5 +37,5 @@ in your terminal.
37 37
 
38 38
 
39 39
 ## Submitting Incomplete Solutions
40
-It's possible to submit an incomplete solution so you can see how others have completed the exercise.
41 40
 
41
+It's possible to submit an incomplete solution so you can see how others have completed the exercise.