Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Papi5207y@lxmcf In the photo is https://golangbot.com, which is really good site.
I also highly recommend to read official guide https://golang.org/doc/... -
Oh yeah, started learning go a few days ago as well. What a nice language. Check out "what the func" from Francesc Campoy on Youtube, great stuff!
-
it really is beautiful
@Andrew221 uhm, yeah, im pretty sure thats the entire reason google named it go -
aaxa24267y@sslPoodle Hm, that's highly subjective of course. I wouldn't call that quirks, but of course it has quirks. The worst one being that dependencies are declared everywhere and that they have no versioning of them.
So if a maintainer chooses to update their library with breaking changes, you're pretty fucked.
This is also why people tend to fork others projects and use those as dependencies instead
Edit: I actually like that capital letter thingy 😁 -
@teganburns That's not what you said. The fact that they play nice in golang (also in python etc for that matter) does not justify or explain why you would *only* suggest golang if there will be Google apis involved.
-
aaxa24267y@teganburns That doesn't make any sense.
There are multiple reasons why Dropbox and several other big companies have remade a lot of their code in Go. I can assure you one of them is not because of Google API's! -
aaxa24267y@teganburns I found a really good article on that a while ago.
I can't find that specific one right now, but a simple Google search will provide you with plenty of material.
Here's an example: https://about.sourcegraph.com/go/... -
aaxa24267yAnd what you linked has nothing to do with what they use. The languages provided in the left is simply examples of how to integrate to their API
-
@teganburns that was exactly my issue with your statement in the first place. I'd suggest taking a look at Monzo, a bank built with Go, running on AWS. Well known open source projects include Docker and Kubernetes to mention a few, which are huge and together they are starting to take over the web, in fact Docker already revolutionised it. Btw what I've found is that Google is more likely to have complete coverage of their APIs in python just because that came first. And Google didn't create python.
-
@teganburns Even if all the guides for Google API where just for Go.. it would not mean that Go is only useful for Google API.. that doesn't make sense. I work full-time as Go developer for over 4 years and I never used Google API!
Go is compiled, statically typed language with builtin concurrent programming features added in the language. I suggest you read some more about it before spreading more non-sense. -
droidion625yI was astonished how Go was simultaneously dumb, effective and fun. First choice for quick web things.
Related Rants
-
xorith19HTML: Hate This Meaningless Life CSS: Can't Style Shit JS: Just Shit Java: Just another vicious asshole PH...
-
ObiSwagKenobi6> Receive sudden phone call in the middle of the night > Check caller, unknown number > "Either something ba...
-
dyslxr40So I named my daughter "io" everyone calls her by the name and then we register her on our local gov't to get...
Started learning Go
It's very interesting language
rant
go
golang