My recommendation is to start with the books "The Go Programming Language" to get the basics in. Then giving "A Tour of Go" a try. A Tour of Go will show you how go can be used in practice.
Then, think of a small project that catches your interest. For example, building and API, interact with a database, build a client that sends to us text with the day's weather report. Get your hand dirty and beat of luck!