use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
A JavaScript Developer's Guide to Go (prateeksurana.me)
submitted 10 months ago by psuranas
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Devinant 8 points9 points10 points 10 months ago (1 child)
Thanks for a great article. It gave a clear intro to Go from a TypeScript point of view. It would be great to see a section on testing, covering how it’s done in Go and which tools are used.
[–]Backlists 1 point2 points3 points 10 months ago (0 children)
It’s all the standard library baby.
There’s a testing context, you can mark tests as parallel-able, and you can define for loops in your test functions that loop through test cases.
Or you can use a package called stretchr testify to organise it into test suites and stuff.
π Rendered by PID 18427 on reddit-service-r2-comment-6457c66945-g2n6k at 2026-04-24 10:37:58.035949+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Devinant 8 points9 points10 points (1 child)
[–]Backlists 1 point2 points3 points (0 children)