This is a sample rest server application generated using https://go.techxper.in. It contains a sample code for server application and can be extended with your business logic. The directory structure of this application is created based on industry best practices and recommendations
Execute 'go build main.go' command to build this application.
Execute 'go run main.go' command or binary generated using above step to run this application.
This application code uses 'gin-gonic/gin' library. You can find more details about this at http://github.com/gin-gonic/gin
Add your own logic/code to this application to create application as per your requirement. You can also generate same application using different library. Please visit https://go.techxper.in for more details.