Skip to content

Commit

Permalink
Update home.js with Go
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Usha authored Nov 1, 2023
1 parent a76c774 commit 85ce305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const PropTypes = require('prop-types');
const api = require('../utils/api');

function SelectLanguage(props) {
const languages = ['All', 'JavaScript', 'Java', 'CSharp', 'Python', 'Rust'];
const languages = ['All', 'JavaScript', 'Java', 'CSharp', 'Python', 'Rust', 'Go'];

return (
<div>
Expand Down

0 comments on commit 85ce305

Please sign in to comment.