fix(build): cleanup go import.

This commit is contained in:
Alexandre Pujol 2023-12-15 22:37:37 +00:00
parent a8e489a85a
commit 4091fca3f0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -7,7 +7,6 @@ package prebuild
import ( import (
"fmt" "fmt"
"regexp" "regexp"
"slices"
"strings" "strings"
"github.com/arduino/go-paths-helper" "github.com/arduino/go-paths-helper"