Fernando Vásquez

Results 4 issues of Fernando Vásquez

I am getting this error ``` Connected to mongodb://localhost:27017/articles_demo_dev [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode)...

I am trying to install `go install github.com/go-xorm/dbweb` but get this error ``` go/src/github.com/denisenkom/go-mssqldb/mssql_go19.go:14:2: cannot find package "cloud.google.com/go/civil" in any of: /usr/lib/go-1.10/src/cloud.google.com/go/civil (from $GOROOT) /home/xlavecat/go/src/cloud.google.com/go/civil (from $GOPATH) ```

question

I am getting this error: panic: open templates: no such file or directory

Getting this error ``` cannot use echoSwagger.WrapHandler (variable of type "github.com/labstack/echo/v4".HandlerFunc) as "github.com/labstack/echo".HandlerFunc value in argument to e.GETcompiler[IncompatibleAssign](https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#IncompatibleAssign) ```