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