Skip to content

Commit

Permalink
chore(docs): add a small not about the peculiar use of go workspaces …
Browse files Browse the repository at this point in the history
…in the readme file
  • Loading branch information
omissis committed Oct 4, 2023
1 parent 14c6755 commit 8f164a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ $ brew tap omissis/go-jsonschema
$ brew install go-jsonschema
```

## Contributing

This project makes use of [go workspaces](https://go.dev/ref/mod#workspaces) in order to ease testing of the generated code during development while keeping the codebase as tidy and maintainable as possible.
It is bit of an unusual choice, but it allows to not only test the code-generation logic, but also the generated code itself.

## Usage

At its most basic:
Expand Down

0 comments on commit 8f164a5

Please sign in to comment.