We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072b127 commit a9f69c0Copy full SHA for a9f69c0
go/callbacks.go
@@ -11,7 +11,7 @@ package main
11
/*
12
struct GraphQLAstField;
13
14
-extern int printField(struct GraphQLAstField *field, void *unused);
+int printField(struct GraphQLAstField *field, void *unused);
15
16
int printField_cgo(struct GraphQLAstField *field, void *unused) {
17
return printField(field, unused);
0 commit comments