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 4304bfe commit 66f32e4Copy full SHA for 66f32e4
Taskfile.yml
@@ -130,8 +130,8 @@ tasks:
130
desc: Run easyjson code generation
131
cmds:
132
- go install github.com/mailru/easyjson/...@v0.7.7
133
- - easyjson arduino/cores/packageindex/index.go
134
- - easyjson arduino/libraries/librariesindex/json.go
+ - easyjson internal/arduino/cores/packageindex/index.go
+ - easyjson internal/arduino/libraries/librariesindex/json.go
135
136
go:add-license-headers:
137
desc: Add missing go license headers
0 commit comments