Skip to content

Commit fc9c424

Browse files
committed
update README
1 parent 1ebe02e commit fc9c424

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ make test
1919
```
2020

2121
## References
22+
- [cgo](https://pkg.go.dev/cmd/cgo)
2223
- [call-go-function-from-java-demo](https://github.com/freewind-demos/call-go-function-from-java-demo)
2324
- [go-cshared-examples](https://github.com/vladimirvivien/go-cshared-examples)

go/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/superbear/hive-udf/go
1+
module github.com/superbear/java-call-go/go
22

3-
go 1.15
3+
go 1.15

0 commit comments

Comments
 (0)