Add back bindingset to packagePath

This commit is contained in:
Slavomir
2021-01-06 00:11:27 +01:00
committed by Chris Smowton
parent 7c62c63584
commit c4ee6175b8

View File

@@ -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"], "")
}