timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

Go module version #37

Closed dbarganski closed 3 years ago

dbarganski commented 4 years ago

Will it be possible to add standard go module version definition?

Currently these are being resolved as pseudo versions "github.com/timob/jnigi v0.0.0-20200813090134-4fe21c71566a" instead of canonical "vA.B.C" ?

timob commented 4 years ago

Sure I'll do a PR soon.

timob commented 4 years ago

I will do this I just need to sort out the package name.

timob commented 3 years ago

I've added this now. The package name is tekao.net/jnigi.

https://github.com/timob/jnigi/blob/master/go.mod

timob commented 3 years ago

This is in master 🎉.