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 415c711 commit dbcd232Copy full SHA for dbcd232
internal/arduino/libraries/loader.go
@@ -171,7 +171,7 @@ func addExamples(lib *Library) error {
171
if !file.IsDir() {
172
continue
173
}
174
- if err := addExamplesToPathList(file, &examples); err != nil {
+ if err := addExamplesToPathList(file, examples); err != nil {
175
return err
176
177
break
@@ -181,7 +181,7 @@ func addExamples(lib *Library) error {
181
return nil
182
183
184
-func addExamplesToPathList(examplesPath *paths.Path, list *paths.PathList) error {
+func addExamplesToPathList(examplesPath *paths.Path, list paths.PathList) error {
185
files, err := examplesPath.ReadDirRecursiveFiltered(nil, paths.AndFilter(paths.FilterDirectories(), filterExamplesDirs))
186
if err != nil {
187
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments