Skip to content

Files

Latest commit

fc9c424 · Nov 15, 2022

History

History
24 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 626 Bytes

Calling Golang Functions from Java using C Shared Libraries

Requirements

How to build

There is a provided Makefile with all the build targets.

Build JAR

make build

This creates a java-call-go-1.0-SNAPSHOT-jar-with-dependencies.jar in the target/ directory.

Test

make test

References