From 7b79070a68c4f12c209067dd43902e15fb766687 Mon Sep 17 00:00:00 2001 From: Softonik Date: Mon, 4 Oct 2021 02:36:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transpile/service_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transpile/service_test.go b/transpile/service_test.go index 8b502d1..dd07a04 100644 --- a/transpile/service_test.go +++ b/transpile/service_test.go @@ -240,7 +240,7 @@ var _ = Describe("Go Translator", func() { It("Package_Import_But_Ignore_Controller", func() { source := `package test - import controller "github.com/andygeiss/esp32-controller" + import controller "my/go-controller" import "github.com/andygeiss/esp32-mqtt/api/controller/serial" import "github.com/andygeiss/esp32/api/controller/timer" import wifi "github.com/andygeiss/esp32/api/controller/wifi"