-
-
Notifications
You must be signed in to change notification settings - Fork 130
Added the Go language with snippets #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, Thank you for your contribution.
After reviewing your PR we've found that all/some snippets you are adding don't match the scope of Quicksnip.
Please remove the PR that don't match the scope (Listed bellow), if your PR contains no snippet matching the scope of Quicksnip, it will be closed without further notice.
If no fix is provided within 7-10 days this PR will be closed without further notice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not qualify as a snippet, because it is an example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those snippets only wrap around os.ReadFile
and os.WriteFile
without adding anything really usefull, as such, they don't qualify as snippets under our guidelines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not qualify as a snippet, because it is an example
Understood, I'll take my time writing a few Go snippets and come back later with another proper pull request. Thank you for your time!
Description
Added the Go language. Added a hello world snippet, snippets for reading/writing files and an HTTP server snippet.
Type of Change
Checklist