We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b31374 commit 5454fa7Copy full SHA for 5454fa7
pkg/flasherapi/flasherapi.go pkg/board/os_image.gopkg/flasherapi/flasherapi.go renamed to pkg/board/os_image.go
@@ -13,7 +13,7 @@
13
// Arduino software without disclosing the source code of your own applications.
14
// To purchase a commercial license, send an email to license@arduino.cc.
15
16
-package flasherapi
+package board
17
18
import (
19
"bufio"
pkg/flasherapi/flasherapi_test.go pkg/board/os_image_test.gopkg/flasherapi/flasherapi_test.go renamed to pkg/board/os_image_test.go
@@ -12,7 +12,7 @@
12
// modify or otherwise use the software for commercial activities involving the
"context"
0 commit comments