aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/go.conf
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2023-12-27 23:31:58 +0100
committerGitHub <noreply@github.com>2023-12-27 23:31:58 +0100
commitd67bfb4b4b7549081543e87a31bc6cb5c46ac973 (patch)
tree8674f2f1570877cb653e7ddcff37ba00288de15a /build/conf/go.conf
parent1f6bef05ed441c3aa2d565ac792b26cded704ac7 (diff)
downloadydb-d67bfb4b4b7549081543e87a31bc6cb5c46ac973.tar.gz
Import libs 4 (#758)
Diffstat (limited to 'build/conf/go.conf')
-rw-r--r--build/conf/go.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf
index 18d3430584..44fdb693e3 100644
--- a/build/conf/go.conf
+++ b/build/conf/go.conf
@@ -989,7 +989,7 @@ macro GO_MOCKGEN_FROM(Path) {
# tag:go-specific
macro GO_MOCKGEN_CONTRIB_FROM(Path) {
- SET(MOCKGEN_FROM ${GO_CONTRIB_PROJECT_PREFIX}/${Path})
+ SET(MOCKGEN_FROM ${GO_CONTRIB_PROJECT_PREFIX}${Path})
SET(MOCKGEN_MODULE ${Path})
}