1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00

Merge pull request #97 from fuwensun/master

ch2-03-改错词
This commit is contained in:
Xargin 2018-06-16 22:34:14 +08:00 committed by GitHub
commit 9f05873fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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