sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.58k stars 268 forks source link

Add a release tag to support go modules #166

Closed tekjar closed 6 years ago

tekjar commented 6 years ago

Pretty much the title

pravic commented 6 years ago

Does Go have modules now?

Also what I'm supposed to use as a tag? As far as I know, Go does not version packages.

tekjar commented 6 years ago

https://github.com/golang/go/wiki/Modules

Added very recently I guess. Tag should be semantic versioned prefixed with 'v' e.g v1.2.3

tekjar commented 6 years ago

Don't know complete details. I mostly use rust. Still deciding on go-sciter or rust-sciter :).

pravic commented 6 years ago

Still deciding on go-sciter or rust-sciter

The latter is documented better (J.)

pravic commented 6 years ago

https://github.com/sciter-sdk/go-sciter/releases/tag/v0.5.0

Haven't checked how it works either. But I hope it helps.

tekjar commented 6 years ago

Works. Thanks