We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 496eb26 + 721ccee commit 72cc9e1Copy full SHA for 72cc9e1
src/components/ProjectList/listOfProjects.js
@@ -1173,6 +1173,14 @@ const projectList = [
1173
projectLink: 'https://github.com/saltstack/salt',
1174
description: 'Salt is the world’s fastest, most intelligent and scalable automation engine.',
1175
tags: ['Python', 'Shell', 'Automation']
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
1185
];
1186
export default projectList;
0 commit comments