blog icon indicating copy to clipboard operation
blog copied to clipboard

https://nathanleclaire.com source code

Results 12 blog issues
Sort by recently updated
recently updated
newest added

Automatically generated by Netlify CMS

netlify-cms/draft

Automatically generated by Netlify CMS

netlify-cms/draft

Automatically generated by Netlify CMS

netlify-cms/draft

I found your post here: https://nathanleclaire.com/blog/2014/08/09/dont-get-bitten-by-pointer-vs-non-pointer-method-receivers-in-golang/ after reading this page: https://gobyexample.com/methods my question is: why does go not seem to care that you pass the correct type (pointer or not)...

Are we correctly waiting for result processing? Since we only wait on `wg.Wait()` it could return before all the println have happened since we dont wait for that. We should...

it would be nice if you added a DNS resolution to the [alpine-curl image](https://nathanleclaire.com/blog/2016/08/11/curl-with-http2-support---a-minimal-alpine-based-docker-image/) you wrote by adding the `--enable-threaded-resolver` or `--enable-ares` flags. Curl can support it with `--dns-servers`, but...

Hey Nathan, Firstly thank you very much for you post. It was really helpful to me, since I was also kinda confused with the best practices for passing args in...

![screen shot 2015-12-25 at 7 45 25 pm](https://cloud.githubusercontent.com/assets/1476820/12005047/24531e1a-ab40-11e5-8442-bcc1c19bd077.png)