We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9450c82 commit f756ceeCopy full SHA for f756cee
content/advent-2019/safe-use-of-unsafe-pointer.md
@@ -2,6 +2,7 @@
2
date = "2019-12-05T00:00:00+00:00"
3
title = "Safe use of unsafe.Pointer"
4
subtitle = "Using Go tools to safely write unsafe code."
5
+series = ["Advent 2019"]
6
+++
7
8
Package [`unsafe`](https://golang.org/pkg/unsafe/) provides an escape hatch from
0 commit comments