| 23 | var githubCache = filecache.New[[]byte]("devbox/plugin/github") |
| 24 | |
| 25 | type githubPlugin struct { |
| 26 | ref flake.Ref |
| 27 | name string |
| 28 | } |
| 29 | |
| 30 | // Github only allows alphanumeric, hyphen, underscore, and period in repo names. |
| 31 | // but we clean up just in case. |
nothing calls this directly
no outgoing calls
no test coverage detected