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

ch2-03-改错词

This commit is contained in:
wahaha 2018-06-16 20:32:28 +08:00 committed by GitHub
parent 050048d4f6
commit a55a1dc83b
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