Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got an error when expression is a url string #168

Open
aaronchen2k opened this issue Oct 9, 2022 · 2 comments
Open

Got an error when expression is a url string #168

aaronchen2k opened this issue Oct 9, 2022 · 2 comments

Comments

@aaronchen2k
Copy link

Got an error when expression is a url string.

`

  package test
  
  import (
      "github.com/Knetic/govaluate"
      "testing"
  )
  
  func TestGovaluate(t *testing.T) {
      _, err := govaluate.NewEvaluableExpression("https://pms.deeptest.com/api/v1")
      if err != nil {
	      return
      }
  }

`

image

@aaronchen2k
Copy link
Author

UP

@Bisstocuz
Copy link

This repository stopped maintaining, you can use github.com/antonmedv/expr instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants