DEV Community

Discussion on: Learning Go by examples: part 2 - Create an HTTP REST API Server in Go

Collapse
 
houcemabdellatif profile image
Houcem Abdellatif

Thank you, good content. I run into a problem when generating files. When running the cmd: "task swagger.gen". did not generate the files needed. I got the error msg: "go: not generating in packages in dependency modules". any help

Collapse
 
pdevgl profile image
Mr Poyla

In Taskfile, you could just replace "github.com/scraly/learning-go-by-examples/go-rest-api/internal" for your own module name.

Collapse
 
aiengineer13 profile image
AIEngineer13

im having the same problem im using the "task swagger.gen" i tried to swich de version of my language but im running to the same problem