Skip to content

Commit f756cee

Browse files
authored
fix series tag
1 parent 9450c82 commit f756cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/advent-2019/safe-use-of-unsafe-pointer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = "2019-12-05T00:00:00+00:00"
33
title = "Safe use of unsafe.Pointer"
44
subtitle = "Using Go tools to safely write unsafe code."
5+
series = ["Advent 2019"]
56
+++
67

78
Package [`unsafe`](https://golang.org/pkg/unsafe/) provides an escape hatch from

0 commit comments

Comments
 (0)