From b7ac1de246f9debb0e1b23af87795c832099ce0f Mon Sep 17 00:00:00 2001 From: Yantao Date: Mon, 23 Jul 2018 15:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=B0=91=E5=88=86=E5=8F=B7=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 缺少分号; --- ch2-cgo/ch2-03-cgo-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch2-cgo/ch2-03-cgo-types.md b/ch2-cgo/ch2-03-cgo-types.md index 7f68b20..00f9269 100644 --- a/ch2-cgo/ch2-03-cgo-types.md +++ b/ch2-cgo/ch2-03-cgo-types.md @@ -244,7 +244,7 @@ func main() { enum C { ONE, TWO, -} +}; */ import "C" import "fmt"