# Golang Fiber Hello World A simple Hello World web application built with [Fiber](https://gofiber.io/) web framework. ## Environment Variables The application requires the following environment variables: - `PORT`: The port number on which the server will listen (e.g., 3000) - `SERVER_NAME`: The name of the server instance (e.g., my-fiber-server)