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

feat: define prototype for market command #278

Merged

Conversation

MHSaeedkia
Copy link
Collaborator

Description

Define prototype for market command

Types of changes

  • Bug fix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (corrections, enhancements, or additions to documentation)
  • Other (please describe):

@@ -81,4 +81,4 @@ logger:
max_size: 10 # Maximum size (in MB) of the log file before rotation.
max_backups: 10 # Maximum number of backup log files to retain.
compress: true # Compress old log files.
targets: [file, console] # Logging targets: file, console, or both.
targets: [file, console] # Logging targets: file, console, or both.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One new line is missed here.

@@ -51,7 +51,7 @@ build-http:
### Generating commands
gen:
go run ./internal/generator/main.go \
"./internal/engine/command/crowdfund/crowdfund.yml"
"./internal/engine/command/crowdfund/crowdfund.yml" "./internal/engine/command/market/market.yml"
find . -name "*.gen.go" -exec gofumpt -l -w {} +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel this line is not applied.

@b00f b00f merged commit d913e99 into pagu-project:main Jan 19, 2025
6 checks passed
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.

2 participants