l3x / learn-fp-go

Learning Functional Programming in Go
97 stars 53 forks source link

How to use this repo with Go 1.18+ #15

Open sebbbastien opened 2 years ago

sebbbastien commented 2 years ago

Hi,

Examples are written using Go 1.9, and need glide to manage dependencies.

Do you know how to use this code with an up-to-date Go version ?

BR