Skip to content

Commit 351cc50

Browse files
Update version/version.go
Co-authored-by: Umberto Baldi <34278123+umbynos@users.noreply.github.com>
1 parent 472faa4 commit 351cc50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

version/version.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package version
22

3-
import (
4-
"github.com/arduino/arduino-cli/i18n"
5-
)
3+
import "fmt"
64

75
var (
86
defaultVersionString = "0.0.0-git"

0 commit comments

Comments
 (0)