Install air
go install github.com/cosmtrek/air@latestUse air to watch for changes in the project and recompile the binary
air --build.cmd="go install ./fiber"Test the binary in fiber project
cd my-fiber-project
fiber versionInstall air
go install github.com/cosmtrek/air@latestUse air to watch for changes in the project and recompile the binary
air --build.cmd="go install ./fiber"Test the binary in fiber project
cd my-fiber-project
fiber version