Good morning, I'm debugging a system that is made in kataras / iris the framework for Go, running in terminal my go run main.go I get the following error
import cycle not allowed
package main
imports ./src/Controladores/ExpresionRegularControler
imports ../../Modelos/ExpresionRegularModel
imports ../../Modulos/General
imports ../../Modelos/ExpresionRegularModel
What could I change to recognize the routes and my imports?