Skip to content

Commit 5b776c3

Browse files
authored
Update listOfProjects.js
1 parent be4306d commit 5b776c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,5 +1167,13 @@ const projectList = [
11671167
description: 'Osu! is a free-to-play rhythm game primarily developed by the community.',
11681168
tags: ['Video Game', 'C#' , 'Music']
11691169
}
1170+
{
1171+
name: 'aprenda-go-com-testes',
1172+
imageSrc: 'https://github.com/larien/aprenda-go-com-testes/blob/main/.gitbook/assets/red-green-blue-gophers-smaller.png',
1173+
githubLink:
1174+
'https://github.com/larien/aprenda-go-com-testes',
1175+
description: 'learn easily and quickly',
1176+
tags: ['go']
1177+
},
11701178
];
11711179
export default projectList;

0 commit comments

Comments
 (0)