<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>go get blog</title><link>http://blog.juliencrouzet.fr/</link><description>Recent content on go get blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 11 Jun 2022 12:04:16 -0500</lastBuildDate><atom:link href="http://blog.juliencrouzet.fr/index.xml" rel="self" type="application/rss+xml"/><item><title>A little bit of context</title><link>http://blog.juliencrouzet.fr/blog/a-little-bit-of-context/</link><pubDate>Sat, 11 Jun 2022 12:04:16 -0500</pubDate><guid>http://blog.juliencrouzet.fr/blog/a-little-bit-of-context/</guid><description>&lt;p>Go&amp;rsquo;s &lt;a href="https://pkg.go.dev/context">&lt;code>context&lt;/code>&lt;/a> is a very central package and can be very useful and
powerful if it&amp;rsquo;s used correctly. For example, the &lt;a href="https://pkg.go.dev/net/http">&lt;code>net/http&lt;/code>&lt;/a> or the
the &lt;a href="https://pkg.go.dev/google.golang.org/grpc">&lt;code>grpc&lt;/code>&lt;/a> packages rely on it.
On the other hand, its concepts can be a little difficult to understand and can be confusing, leading
developpers to skip it or use it in a wrong manner.&lt;/p>
&lt;p>Let&amp;rsquo;s try to explore it !&lt;/p></description></item></channel></rss>