mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Add back bindingset to packagePath
This commit is contained in:
@@ -9,6 +9,7 @@ import go
|
||||
*/
|
||||
private module CleverGo {
|
||||
/** Gets the package path. */
|
||||
bindingset[result]
|
||||
string packagePath() {
|
||||
result = package(["clevergo.tech/clevergo", "github.com/clevergo/clevergo"], "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user