From 7eb6aec61205a15413b0a0f8853c72a63949bf7c Mon Sep 17 00:00:00 2001 From: Peter Boyer Date: Sat, 5 Nov 2016 12:25:15 -0400 Subject: [PATCH] Add runtime --- doc/go-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go-target.md b/doc/go-target.md index 780ef3ee0..9844daacf 100644 --- a/doc/go-target.md +++ b/doc/go-target.md @@ -7,7 +7,7 @@ ### Referencing in your code -Reference the go package like this: +Reference the go runtime package like this: ```go import "github.com/pboyer/antlr4/runtime/Go/antlr"