petrovicstefanrs / 30_seconds_of_knowledge

Google Chrome Extension that lets you gain new developer skills, every time you open a New Tab.
https://30secondsofknowledge.com/
MIT License
942 stars 121 forks source link

New Langage Library: Go #81

Closed dnahurnyi closed 4 years ago

dnahurnyi commented 4 years ago

I would like to add new snippets about Go language. I would like to create a repo in the same way how it's already implemented for Python or C++ but need @petrovicstefanrs approval.

petrovicstefanrs commented 4 years ago

Hey @dnahurnyi , the best way to start this is for you to contact @fejes713 to see how to start your a 30sec of Go repository in the same way the other 30sec repos are made. That way once the database of snippets is sufficiently large it can be implemented into the chrome extension.

dnahurnyi commented 4 years ago

Hey @dnahurnyi , the best way to start this is for you to contact @fejes713 to see how to start your a 30sec of Go repository in the same way the other 30sec repos are made. That way once the database of snippets is sufficiently large it can be implemented into the chrome extension.

Thanks @petrovicstefanrs, will do!

fejes713 commented 4 years ago

Hi, @dnahurnyi 👋 thanks for showing interest in making the official Go repository for the snippets.

There's is an archived starter repo that you can fork and make your own Go repository.

Once the repository has enough quality content we can consider merging it into our organization and branding it as official.

Recently we started merging all projects (supported languages) under https://www.30secondsofcode.org/ so once your repository reaches certain quality point we will be moving it there as well :)

Hopefully, this helps! Feel free to let me know if you need anything else.