Running Each Folder in VS Code To execute each folder in VS Code, follow these steps: Navigate to the desired folder in the terminal: cd nameFolder For example: cd Fiber1 Run the following command to tidy up the dependencies: go mod tidy Before starting, make sure to install Fiber by running: go get github.com/gofiber/fiber/v2