Euler project gives us some problems for resolve with any languages. Here I resolve them to training for Golang.
Let's continue on Euler project.
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. If you want learn Golang, follow the bellowing resources:
The solutions were created separately for each. So you can to run it separately.
For example, the solution of the problem no 1 is here:
src/0001/main.go
You can run this code on The Go Playground.
You can run bellowing command for test all cases:
make all