Skip to content

Commit acd9847

Browse files
authored
Merge pull request #61 from whisper-bye/master
Fix cgo warning
2 parents dc62f0d + a9f69c0 commit acd9847

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go/callbacks.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ package main
1010

1111
/*
1212
struct GraphQLAstField;
13+
14+
int printField(struct GraphQLAstField *field, void *unused);
15+
1316
int printField_cgo(struct GraphQLAstField *field, void *unused) {
1417
return printField(field, unused);
1518
}

0 commit comments

Comments
 (0)