adrianolmedo I when try to build rei3 from github repo cloned: go build -ldflags "-X main.appVersion=3.6.0" I got: handler/handler_error.go:7:2: package slices is not in GOROOT (/usr/local/go/src/slices)
gabriel Hello and welcome to the forum 🙂 The slices package is pretty new and is part of the Golang standard library. You probably need to upgrade to the latest Golang release to get it. REI3.6 (current main version) builds on Golang 1.21.3.