Commit ee24754
authored
Move all codegen templates to codegen-templates (#1899)
## Motivation
We can't have the Go codegen templates inside the `go/` directory
because they get interpreted as regular source files then. So we have
them in a separate directory. It's a bit weird that we only do this for
Go. We can just move all of them for consistency.
## Solution
Rename `openapi-templates` => `codegen-templates` for a little extra
clarity (also means this sorts before all the SDKs in file listings) and
move everything there.File tree
102 files changed
+36
-36
lines changed- codegen-templates
- csharp
- api_extra
- types
- go
- api_extra
- types
- javascript
- api_extra
- types
- java
- api_extra
- types
- kotlin
- api_extra
- types
- python
- api_extra
- api_summary
- types
- ruby
- api_extra
- types
- rust
- api_extra
- types
- svix-cli
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+36
-36
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments