You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current development configuration for running the project is not very intuitive.
For example in Makefile -
air command does not convey its functionality. However it prints "Running the Go project using Air..." this message in console. Also, when we run air command it generates a tmp folder which contains the build of the project and it is not added in .gitignore file.
It does not have build command to build the project.
The run command builds and runs the project implicitly. However, It would be better if it builds the project and then runs it explicitly.
Expected Behavior
Replace air command with dev in Make file
Generate air.toml file to easily configure the project for live reloading
Add the build folder in .gitignore
Add build command
Modify run command to explicitly build the project and run
Screenshots
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Check Makefile
Execute command to cross check the issue
Severity/Priority
Critical
High
Medium
Low
Additional Information
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Issue Description
The current development configuration for running the project is not very intuitive.
For example in Makefile -
Expected Behavior
Screenshots
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: