Skip to content

Commit 72cc9e1

Browse files
authored
Merge branch 'source' into patch-2
2 parents 496eb26 + 721ccee commit 72cc9e1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,14 @@ const projectList = [
11731173
projectLink: 'https://github.com/saltstack/salt',
11741174
description: 'Salt is the world’s fastest, most intelligent and scalable automation engine.',
11751175
tags: ['Python', 'Shell', 'Automation']
1176-
}
1176+
},
1177+
{
1178+
name: 'aprenda-go-com-testes',
1179+
imageSrc: 'https://github.com/larien/aprenda-go-com-testes/blob/main/.gitbook/assets/red-green-blue-gophers-smaller.png',
1180+
githubLink:
1181+
'https://github.com/larien/aprenda-go-com-testes',
1182+
description: 'learn easily and quickly',
1183+
tags: ['go']
1184+
},
11771185
];
11781186
export default projectList;

0 commit comments

Comments
 (0)