Skip to content

Commit 66f32e4

Browse files
committed
Update easyjson task and generated files
1 parent 4304bfe commit 66f32e4

File tree

3 files changed

+86
-86
lines changed

3 files changed

+86
-86
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ tasks:
130130
desc: Run easyjson code generation
131131
cmds:
132132
- go install github.com/mailru/easyjson/...@v0.7.7
133-
- easyjson arduino/cores/packageindex/index.go
134-
- easyjson arduino/libraries/librariesindex/json.go
133+
- easyjson internal/arduino/cores/packageindex/index.go
134+
- easyjson internal/arduino/libraries/librariesindex/json.go
135135

136136
go:add-license-headers:
137137
desc: Add missing go license headers

0 commit comments

Comments
 (0)