playing with FFI to golang to make graphql calls...gruesome

This commit is contained in:
talksik
2025-02-21 22:29:50 -08:00
parent 712b5d7916
commit 7fcc9b8177
16 changed files with 1144 additions and 804 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
go build -o libgraphql.dylib -buildmode=c-shared cmd/main.go