From eb2f84242174f1cbccf6f230fe09ee7315d73361 Mon Sep 17 00:00:00 2001 From: Pavel Merzlyakov Date: Sat, 1 Oct 2022 21:55:04 +0300 Subject: [PATCH] golang bundle import changed --- targets/go/go_tpl.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/go/go_tpl.inc.php b/targets/go/go_tpl.inc.php index abe6baf..faf599e 100644 --- a/targets/go/go_tpl.inc.php +++ b/targets/go/go_tpl.inc.php @@ -304,8 +304,9 @@ import ( "fmt" "sort" - "github.com/bit.games/meta" "github.com/pkg/errors" + + "git.bit5.ru/backend/meta" ) //supress *imported but not used* warnings