hyperjumptech/grule-rule-engine

go get command is giving - but does not contain package github.com/hyperjumptech/grule-rule-engine

Opened this issue · 1 comments

kunalh commented

I am trying to install grule-rule-engine , following below steps

  1. go version
    go version go1.20.3 darwin/arm64

  2. go install github.com/hyperjumptech/grule-rule-engine@latest

getting below error

go: github.com/hyperjumptech/grule-rule-engine@latest: module github.com/hyperjumptech/grule-rule-engine@latest found (v1.13.0), but does not contain package github.com/hyperjumptech/grule-rule-engine

Do let me know incase more details are required

This is the library and not the executable application. That's why you cannot use go install, in the release does not have an executable binary.