Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 324 Bytes

File metadata and controls

20 lines (14 loc) · 324 Bytes

Local Development

Install air

go install github.com/cosmtrek/air@latest

Use 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