From 2bcbd0b6363ff9b148e7dadc0806b92eccaf4d39 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 28 Jun 2022 14:16:39 +0300 Subject: [PATCH] ci: comment unused `import strings` --- vlib/v/gen/golang/struct.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/gen/golang/struct.v b/vlib/v/gen/golang/struct.v index e88b45597c..8c03786a26 100644 --- a/vlib/v/gen/golang/struct.v +++ b/vlib/v/gen/golang/struct.v @@ -3,7 +3,7 @@ // that can be found in the LICENSE file. module golang -import strings +// import strings import v.ast import v.mathutil as mu