From 96af489d74ddf18d5e7d69d9d8ba2e2b1cb34f55 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Mon, 2 Nov 2020 01:45:32 +0100 Subject: [PATCH] readme: add link to introductory blog post --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7aa29cff..fc6c3d36 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Library for interacting with [LLVM IR](http://llvm.org/docs/LangRef.html) in pure Go. +## Introduction + +* [Introductory blog post "LLVM IR and Go"](https://blog.gopheracademy.com/advent-2018/llvm-ir-and-go/) + ## Installation ```bash