Open karlos-oliveira opened 5 years ago
Hello,
Same for me:
panic: assignment to entry in nil map
goroutine 1 [running]:
main.parse(0xc04200cb90, 0x6, 0x4, 0xed55c5fe9, 0xf8e8b40, 0x0, 0xc042003620, 0x1b, 0xc0420bc000, 0x1c, ...)
C:/Users/Mohamed/go/src/github.com/mlabouardy/swaggymnia/swagger.go:51 +0x333
main.(*Swagger).Generate(0xc04202f7d8, 0xc042002ae0, 0xe, 0xc04200c250, 0xb, 0xc04200c225, 0x4)
C:/Users/Mohamed/go/src/github.com/mlabouardy/swaggymnia/swagger.go:83 +0x126
main.main.func1(0xc04205ab00, 0x10100, 0xc04205ab00)
C:/Users/Mohamed/go/src/github.com/mlabouardy/swaggymnia/app.go:57 +0x187
github.com/urfave/cli.HandleAction(0x5d56a0, 0x622840, 0xc04205ab00, 0xc042014400, 0x0)
C:/Users/Mohamed/go/src/github.com/urfave/cli/app.go:502 +0xdb
github.com/urfave/cli.Command.Run(0x613aa2, 0x8, 0x0, 0x0, 0xc04200c8e0, 0x1, 0x1, 0x61c792, 0x1e, 0x0, ...)
C:/Users/Mohamed/go/src/github.com/urfave/cli/command.go:210 +0xb8e
github.com/urfave/cli.(*App).Run(0xc0420961c0, 0xc042048180, 0x8, 0x8, 0x0, 0x0)
C:/Users/Mohamed/go/src/github.com/urfave/cli/app.go:259 +0x7be
main.main()
C:/Users/Mohamed/go/src/github.com/mlabouardy/swaggymnia/app.go:66 +0x51c
Same for me here!
I find the same to be true.
I find the same to be true.
This another repository worked for me: https://github.com/Fyb3roptik/swaggomnia
when i try run command generate, the swaggymnia.exe give me tons of error, most of then related with hardcoded paths.
PS: I downloaded bin file from amazon (as indicated)
Command:
swaggymnia.exe generate -i 20191024_Requests_Workflow.json -c config.json -o json
Errors: