Skip to content

Commit 2ffe9cb

Browse files
authored
Merge branch 'main' into fix/unmarshalling-typo
2 parents 970c583 + 20726e2 commit 2ffe9cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest
4242

4343
## Install
4444

45-
## For Go 1.24+
45+
### For Go 1.24+
4646

4747
It is recommended to follow [the `go tool` support available from Go 1.24+](https://www.jvt.me/posts/2025/01/27/go-tools-124/) for managing the dependency of `oapi-codegen` alongside your core application.
4848

@@ -59,7 +59,7 @@ From there, each invocation of `oapi-codegen` would be used like so:
5959
//go:generate go tool oapi-codegen -config cfg.yaml ../../api.yaml
6060
```
6161

62-
## Prior to Go 1.24
62+
### Prior to Go 1.24
6363

6464
It is recommended to follow [the `tools.go` pattern](https://www.jvt.me/posts/2022/06/15/go-tools-dependency-management/) for managing the dependency of `oapi-codegen` alongside your core application.
6565

0 commit comments

Comments
 (0)