Skip to content

Commit

Permalink
feat(cmd/tags): add all.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zcong1993 committed Nov 16, 2020
1 parent b9f16ce commit ae8e2b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/tags/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ func Run() {
if err != nil {
log.Fatal(err)
}

tags = append(tags, leetcode.Tag{
Name: "all",
Slug: "all",
TranslatedName: "汇总",
})

wg := sync.WaitGroup{}
sb := strings.Builder{}
for _, tag := range tags {
Expand Down

0 comments on commit ae8e2b5

Please sign in to comment.