Project Euler Solutions in Golang

I'm creating Project Euler solutions in Golang. I briefly entertained the idea of doing this in Rust, before discovering that I'm allergic to the language and the speed advantage of it is a bit overstated (at least on my box).

The general goal of this project is to create tests and benchmarks that match the accepted solution of a given Project Euler problem. The project should then also be compilable using the basic tools supplied with Golang. I'm not going to claim to be an expert mathmetician, and where I use other peoples solutions I'll or can't say I produced my own I'll provide an html link.

So far I've completed the following projects: 1.