Skip to content

Commit c1d5cfe

Browse files
Remove Go references (#11)
There are some references to Go in the project that aren't required, as we won't be using Go (with the exception of a GitHub action). This will remove the potential for confusion, and also resolve a Dependabot vulnerability that has been identified with some example code.
1 parent 11f0be1 commit c1d5cfe

File tree

5 files changed

+0
-143
lines changed

5 files changed

+0
-143
lines changed

docs/adr/ADR-003_Acceptable_use_of_GitHub_PAT_and_Apps_for_authN_and_authZ.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ graph LR
225225
### Examples of acquiring access token
226226

227227
- [Bash](./assets/ADR-003/examples/bash/README.md)
228-
- [Golang](./assets/ADR-003/examples/golang/README.md)
229228
- [Node.js TypeScript (Octokit)](./assets/ADR-003/examples/nodejs/README.md) - This is our preferred method for implementing GitHub Apps. It is supported by the Octokit library, which is an official client for the GitHub API.
230229
- [Python](./assets/ADR-003/examples/python/README.md)
231230

docs/adr/assets/ADR-003/examples/golang/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/adr/assets/ADR-003/examples/golang/go.mod

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/adr/assets/ADR-003/examples/golang/go.sum

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/adr/assets/ADR-003/examples/golang/main.go

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)