Skip to content

Commit

Permalink
Merge pull request #851 from tsg-ut/hakatashi-patch-1
Browse files Browse the repository at this point in the history
実績a-tour-of-go-completionを追加
  • Loading branch information
hakatashi authored Sep 7, 2023
2 parents 184065d + 9329a07 commit 1f2a8f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions achievements/achievements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4414,6 +4414,14 @@ const achievements: Achievement[] = [
category: 'manual',
manual: true,
},
{
id: 'a-tour-of-go-completion',
difficulty: 'medium',
title: 'satosを巡る冒険',
condition: 'A Tour of Go のすべてのチャプターを修了する',
category: 'manual',
manual: true,
},
];

const achievementMap = new Map(achievements.map((achievement) => [achievement.id, achievement]));
Expand Down

0 comments on commit 1f2a8f3

Please sign in to comment.