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

缺少分号;

缺少分号;
This commit is contained in:
Yantao 2018-07-23 15:36:12 +08:00 committed by GitHub
parent 1b3f64a38d
commit b7ac1de246
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"