1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-28 15:32:20 +00:00

Merge pull request #211 from yyt030/master

缺少分号;
This commit is contained in:
chai2010 2018-07-23 15:38:56 +08:00 committed by GitHub
commit 0f98e90017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ func main() {
enum C { enum C {
ONE, ONE,
TWO, TWO,
} };
*/ */
import "C" import "C"
import "fmt" import "fmt"