We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebe02e commit fc9c424Copy full SHA for fc9c424
README.md
@@ -19,5 +19,6 @@ make test
19
```
20
21
## References
22
+- [cgo](https://pkg.go.dev/cmd/cgo)
23
- [call-go-function-from-java-demo](https://github.com/freewind-demos/call-go-function-from-java-demo)
24
- [go-cshared-examples](https://github.com/vladimirvivien/go-cshared-examples)
go/go.mod
@@ -1,3 +1,3 @@
1
-module github.com/superbear/hive-udf/go
+module github.com/superbear/java-call-go/go
2
3
-go 1.15
+go 1.15
0 commit comments