I\'m a newcomer to Go. I extremely like the language, but I quickly realised that I needed to start dividing my files due to an increase in program size.
go r
For peoples attempting to use go run combined with go generate a solution can be :
go run
go generate
//go:generate sh -c "go run path/*.go"