Set of rules to decide which browser to use to launch a url
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.iamthefij.com/iamthefij/browser-ruler |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/antonmedv/expr v1.9.0 |
|
github.com/hashicorp/hcl/v2 v2.11.1 |
|
)
|
|
|