| title | description | tags | ||
|---|---|---|---|---|
Gin |
A Gin server |
|
This example starts an Gin server.
- Gin
- Go
- Connect to your Railway project
railway link - Start the development server
railway run go run main.go
The server started simply returns a message: Hello world! payload in JSON. The server code is located in the main.go file.