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

{go.mod,go.sum,main}: Adding initial scaffolding project. #1

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

chris-ramon
Copy link
Member

@chris-ramon chris-ramon commented Feb 4, 2025

Details

  • {go.mod,go.sum,main}: Adds initial scaffolding of the compatibility cmd.
  • go.mod: adds initial go's scaffolding.

Test Plan

✔️ Tested that the go run main.go command is working as expected:

$ go run main.go
Usage:
  app [command]

Available Commands:
  compatibility Check compatibility validation against the GraphQL standard reference implementation.
  completion    Generate the autocompletion script for the specified shell
  help          Help about any command

Flags:
  -h, --help   help for app

Use "app [command] --help" for more information about a command.

✔️ Tested that the compatibility command works as expected:

$ go run main.go compatibility test
Print: test

@chris-ramon chris-ramon self-assigned this Feb 4, 2025
@chris-ramon chris-ramon merged commit 8e4b3aa into main Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant