Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oapi-codegen

This project extends oapi-codegen, a Go code generator for OpenAPI specifications.

It builds on top of the upstream project while introducing additional features and customizations that are not currently available in the original implementation.

The goal is to preserve the familiar oapi-codegen workflow and generated-code conventions while expanding its capabilities for use cases that require more flexibility.

Upstream Project

This repository is based on and remains closely aligned with oapi-codegen/oapi-codegen.

If you only need the functionality provided by the upstream project, consider using the original oapi-codegen directly.