first steps with Golang Projects in Liara
git clone https://github.com/liara-cloud/golang-getting-started.git cd golang-getting-started cp .env.example .env- or if you're using windows, just rename .env.example to .env
- configure your environment variables
mkdir static/images- or if you're using windows, create image folder in static folder
go run main.go- if you need to Live reload, you can use air:
airRead more on liara Golang apps documentation