codethesaurus / codethesaur.us

A polyglot developer reference tool to compare programming language concepts side-by-side! Great for learning new languages or using for reference.
https://codethesaur.us
GNU Affero General Public License v3.0
290 stars 168 forks source link

[Go] Add queues and stacks #544

Open geekygirlsarah opened 2 years ago

geekygirlsarah commented 2 years ago

Description

Queues and stacks for Go aren't presently on Code Thesaurus. This issue is to add that concept to the system.

Directions

Claiming This Issue

Please leave a comment below so I can assign you to it. This is to prevent multiple people from working on the same issue.

Check out CONTRIBUTING.md for more information on how to contribute.

Check out https://docs.codethesaur.us/thesaurus/ for information on how Code Thesaurus works and how to add to the thesauruses.

Need Help?

Leave a comment on here with your question, or feel free to ask @geekygirlsarah on Twitter. You can also email coreteam@codethesaur.us too.

Thanks!

We really value and appreciate the additions people make to Code Thesaurus, no matter how large or small. So thank you for taking the time to work on this!

Nekros1712 commented 2 years ago

@geekygirlsarah can you assign this issue to me

geekygirlsarah commented 2 years ago

Yeah @Nekros1712! Look over the docs and let me know if you have any questions!

Nekros1712 commented 2 years ago

heyy @geekygirlsarah i'm not able to get template json for queue and stacks for golang. Can you guide me how can i? I tried to follow 1st and 2nd step of directions but i'm not able to select golang in languages in reference sheet side

cafce25 commented 2 years ago

Right, that got broken by #496 you can get the template here

Nekros1712 commented 2 years ago

Yep, got it! Thanks