Hook
GO 《ゴー》 │ タクシーが呼べるアプリGO 《ゴー》 │ GO株式会社
More breakout videos from this creator.
Why use Go for your side projects here's why you should consider using Go for your small side projects 1. it needs very minimal effort to configure you don't need to pick a framework you don't need to manage dependencies it's very out of the box you just have a main file then you're ready to go 2. middle ground between efficiency and simple syntax it's a good middle ground between efficiency and simple syntax so in terms of efficiency I've done some casual experiments so the same logic I wrote it in Go and Python and the Go code was literally 100 times faster than Python and in terms of syntax I think it's a very easy to read and easy to learn language if you have some background in programming it's very easy to get your hands on Go 3. Good support and three is that it has pretty good support like the standard library and also a pretty big community most of the cases you can find what you want so yeah that's what I'm still using Go despite my manager and my boyfriend are both Rust person