<p>Hello</p>
<p>What is the best way to learn golang for a absolute beginners with a lot of exercises ? </p>
<p>Roelof</p>
<hr/>**评论:**<br/><br/>alkhatib: <pre><p><a href="https://tour.golang.org/welcome/1" rel="nofollow">https://tour.golang.org/welcome/1</a></p></pre>pmjtoca: <pre><p>Visit that page <a href="http://www.gofragments.net/client/golinks/index.html" rel="nofollow">http://www.gofragments.net/client/golinks/index.html</a></p>
<p>It contains the links I used to explore Go.</p>
<p>Hope it will help you.</p></pre>downvotes_puffins: <pre><p>You may also want to consider C++ as an alternative. It's flexible, gives the developer fine grained control when wanted, and has a powerful, extensible type system. This stands in stark contrast to Go's lack of generics.</p></pre>BOSS_OF_THE_INTERNET: <pre><p>If you think generics are a necessity, then you need to check your OOP thinking at the door. Go is a composition-oriented language with some OO features. Generics are not necessary, as implementing the functionality of generics is trivial.</p></pre>