Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Package name_conflict_resolution tests comprehensive type name collision resolution.
// Exercises patterns from issues #200, #254, #255, #292, #407, #899, #1357, #1450,
// #1474, #1713, #1881, #2097, #2213.
// Also covers oapi-codegen-exp#14 (inline response with $ref to x-oapi-codegen-type-override schemas).
package name_conflict_resolution

//go:generate go run ../../../../cmd/oapi-codegen -config config.yaml spec.yaml
Loading