diff options
author | AlexSm <alex@ydb.tech> | 2023-12-27 23:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 23:31:58 +0100 |
commit | d67bfb4b4b7549081543e87a31bc6cb5c46ac973 (patch) | |
tree | 8674f2f1570877cb653e7ddcff37ba00288de15a /build/conf/go.conf | |
parent | 1f6bef05ed441c3aa2d565ac792b26cded704ac7 (diff) | |
download | ydb-d67bfb4b4b7549081543e87a31bc6cb5c46ac973.tar.gz |
Import libs 4 (#758)
Diffstat (limited to 'build/conf/go.conf')
-rw-r--r-- | build/conf/go.conf | 2 |
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}) } |