Ezequiel Goldsmith-Morgan

Results 3 comments of Ezequiel Goldsmith-Morgan

Using the same commands you just issued I get a failing test... ``` zeque@DESKTOP-I5CGNTN MINGW64 ~/Documents/godip (master) $ git pull Already up to date. zeque@DESKTOP-I5CGNTN MINGW64 ~/Documents/godip (master) $ go...

I ran those tests above from a fresh git clone of the godip repo (on master). I am using Go 1.22.1. ``` zeque@DESKTOP-I5CGNTN MINGW64 ~/Documents/godip/variants/classical (master) $ go version go...

FWIW, I cloned the repo again with the same Go version in a MacOS environment, and all tests passed: ``` Zeques-MacBook-Air:classical zeque$ go version go version go1.22.1 darwin/amd64 ``` Must...