How to work with server to deploy a Go lang Project?
It's my first time working with a backend REST API project. Now I need to know how to work with the server to Deploy a Golang REST API project on the server. Please help.
1 Reply
jhartman
Linode Staff
I'm personally not familiar with Go and this question isn't very descriptive, but the following documents should help you get started using GoLang on Linode:
I've also included the Getting Started docs directly from the Go Project's main page:
They also appear to have a tutorial for designing REST API projects: