codebuddies / greetbot

Slackbot for greeting new codebuddies users
MIT License
9 stars 14 forks source link

Add `/resources` golang #67

Open cbelsole opened 6 years ago

cbelsole commented 6 years ago

List of Golang resources (separated by beginner, intermediate, and advanced): No document created.

cbelsole commented 6 years ago

I started filling this out with a bunch of go tutorials but then I found the official go resources page. Should we just link to this page rather than curating our own? It has the majority of the tutorials I was going to link. https://github.com/golang/go/wiki/Learn

stain88 commented 6 years ago

Definitely could have that as one of the resources (possibly duplicated for each level). The idea behind the command is if there's anything beyond "official docs", that really spoke to you. Although i suppose golang is probably, uh, "more well defined" than JS

billglover commented 6 years ago

One of the things that is missing from the "Learn" list is inspiration. I've found that finding good sources of inspiration has helped just as much as formal learning resources.

billglover commented 6 years ago

The other source of resources that I've seen pop-up every now and again is the Awesome Go list: https://github.com/avelino/awesome-go

peoray commented 5 years ago

I would love to take this if no one has indicated any interest?

stain88 commented 5 years ago

Go (🎉 ) for it, @peoray If in doubt of what should go in as resources, check in with @billglover and @cbelsole

peoray commented 5 years ago

When I tried to run greetbot in my test-slack, it shows this error Darn - that slash command didn't work (error message:404_client_error). Manage the command at greetbot. @stain88

peoray commented 5 years ago

Still having issues