Skip to content

Commit 1b055e5

Browse files
authored
[skip changelog] Remove obsolete go generate directive (#1341)
In the early days of Arduino CLI's gRPC interface, the protocol buffer compilation was done via `go generate`, configured by a directive comment. The `protoc:compile` task is now used instead, but the old directive was left in place, where it became outdated through changes to the repository structure. This directive no longer functions or serves a purpose and might cause confusion to contributors. So it should be removed.
1 parent 6fa814c commit 1b055e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/daemon/daemon.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
package daemon
1717

18-
//go:generate protoc -I arduino --go_out=plugins=grpc:arduino arduino/arduino.proto
19-
2018
import (
2119
"context"
2220
"io"

0 commit comments

Comments
 (0)