Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema: redesign v* package layout #4534

Open
MrAlias opened this issue Sep 19, 2023 · 0 comments
Open

schema: redesign v* package layout #4534

MrAlias opened this issue Sep 19, 2023 · 0 comments
Assignees

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Sep 19, 2023

Currently the schema module has the following package layout

schema
├── internal
├── v1.0
│   ├── ast
│   ├── testdata
│   └── types
└── v1.1
    ├── ast
    ├── testdata
    └── types

Using packages with v* has semantic meaning in Go.

Instead of using the v1.0 and v1.1 directory structure to partition the supported schema file versions, look into alternatives so if in the future there needs to be a v2 version of the `schema package we can accommodate this.

@pellared pellared changed the title schema: redesign v* package layou schema: redesign v* package layout Sep 20, 2023
@MrAlias MrAlias self-assigned this Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant