This is a starter project using the Golang language and the Gin framework. It is implemented in two layers and does not require data return. Each layer can raise exceptions independently, and authentication is fully implemented.
Features Golang Language: The project is built using the Go programming language. Gin Framework: Utilizes the Gin web framework for building the API. Two-Layer Implementation: The project is structured in two layers. No Data Return Requirement: The project is designed without the need to return data. Independent Layer Exception Handling: Each layer can independently raise exceptions. Complete Authentication: Full authentication is implemented within the project