From 5bb52f84ae84775abfc946ec79f2dc694139d9d7 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 11 Apr 2024 12:49:37 +1000 Subject: [PATCH] Add info about mod name change M README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f13cc2c..307998c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ This allows for Go to initiate the JVM or Java to start a Go runtime respectivel [![Go Reference](https://pkg.go.dev/badge/github.com/timob/jnigi.svg)](https://pkg.go.dev/github.com/timob/jnigi) [![Actions](https://github.com/timob/jnigi/actions/workflows/ci_test.yaml/badge.svg)](https://github.com/timob/jnigi/actions?query=branch%3Amaster) +## Module name change +The go module name is renamed to `github.com/timob/jnigi` in the branch. Checkout `v2` if you want to retain the old name. + ## Install ``` bash # In your apps Go module directory