Skip to content

Commit 0e21e6f

Browse files
authoredDec 18, 2023
[breaking] refactor: made some golang modules private (part 3) (#2467)
* Internalized 'i18n' module * Internalized 'docsgen' package * Internalized 'client_example' * Updated docs
1 parent b9476de commit 0e21e6f

File tree

121 files changed

+85
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+85
-82
lines changed
 

‎.github/workflows/check-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
matrix:
237237
module:
238238
- path: internal/arduino/discovery/discovery_client
239-
- path: client_example
239+
- path: rpc/internal/client_example
240240
- path: commands/daemon/term_example
241241

242242
steps:

‎.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
- "go.sum"
2222
- "Taskfile.ya?ml"
2323
- "**.go"
24-
- "docsgen/**"
24+
- "internal/docsgen/**"
2525
- "rpc/**"
2626
- "mkdocs.ya?ml"
2727
- "poetry.lock"

0 commit comments

Comments
 (0)
Please sign in to comment.