From a55a1dc83bfeca5cf8a2a1a02c39711f0d36ddcd Mon Sep 17 00:00:00 2001 From: wahaha Date: Sat, 16 Jun 2018 20:32:28 +0800 Subject: [PATCH] =?UTF-8?q?ch2-03-=E6=94=B9=E9=94=99=E8=AF=8D?= 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 a54c43d..7f68b20 100644 --- a/ch2-cgo/ch2-03-cgo-types.md +++ b/ch2-cgo/ch2-03-cgo-types.md @@ -14,7 +14,7 @@ char | C.char | byte singed char | C.schar | int8 unsigned char | C.uchar | uint8 short | C.short | int16 -unsigned short | C.short | uint16 +unsigned short | C.ushort | uint16 int | C.int | int32 unsigned int | C.uint | uint32 long | C.long | int32