Skip to content

Commit e38b8d6

Browse files
committed
update TEMPLATE.md
1 parent 27e778c commit e38b8d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
|{{.ID}}|[{{.Title}}][Solutions-{{.ID}}]|[WindomZ][Solutions-{{.ID}}-{{.Language}}]|{{.Difficulty}}|[?.?? ns/op/? test cases][Solutions-{{.ID}}-Test]|? ms|
1+
|[{{.ID}}][Solutions-{{.ID}}]|[{{.Title}}][Solutions-{{.ID}}-Home]|{{.Difficulty}}|[?.?? ns/op/? test cases][Solutions-{{.ID}}-Code]|? ms|
22

33
[Solutions-{{.ID}}]:https://leetcode.com/problems/{{.TitleSlug}}/
4-
[Solutions-{{.ID}}-{{.Language}}]:solutions/{{.DirName}}/{{.PackageName}}.go
5-
[Solutions-{{.ID}}-Test]:solutions/{{.DirName}}/{{.PackageName}}_test.go#L??
4+
[Solutions-{{.ID}}-Home]:solutions/{{.DirName}}/
5+
[Solutions-{{.ID}}-Code]:solutions/{{.DirName}}/{{.PackageName}}.go

0 commit comments

Comments
 (0)