fix: linter

This commit is contained in:
2026-03-23 16:19:17 +03:00
parent 14ef3cf2c5
commit 23121a4741
9 changed files with 100 additions and 101 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
package generator
import (
"github.com/edmand46/arpack/parser"
"fmt"
"go/format"
"strings"
"github.com/edmand46/arpack/parser"
)
func GenerateGo(messages []parser.Message, pkgName string) ([]byte, error) {