Can anyone recommend a simple Golang tutorial

I would like to try Golang again. It has been quite some time since I last played with it. Due to changing web hosts, hard drives, computers, etc I have lost all my previous code: (

I am running Ubuntu 18.04 both locally and on a Linode VPS.

Current progress:

  1. Installed Golang locally and created net/http locally and can use local port:8080
  2. Uploaded the compiled script to the server and the the script renders status message ok
  3. Browser hangs with port:8080 and without errors, warnings or a log file.

Does Golang produce an error log and if so where is the location.

Not a recommendation, and rather an obvious question, but have you looked at https://golangtutorial.com/how-to-learn-golang-a-study-guide/ ?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.