I assume you have already tried the official tutorials, but Go By Example is a great "learn by doing" kind of tutorial. Others that I found in a quick DDG search:
- https://www.w3schools.com/go/index.php - a very simple introductory tutorial
- https://www.learn-golang.org/ - an interesting tutorial that lets you run exercises in your browser
- https://go.dev/tour/list - a similar interactive tour