Nicolas Augusto Sassi
Nicolas Augusto Sassi
Great! I was thinking of adding concurrency in the `gen_urls()` and give user option from the functions above it. Achieve concurrency in the way you metioned would be a lot...
Any updates on that matter?
@lipoja this is a trick problem indeed... In my opinion pre-process the text or use `set_stop_chars_left()` kind of defeats the porpouse of the lib. What do you think? I'm gonna...
FYI Same problem were
I also would appreciate this feature very much
I tried this implementation ``` type Type string const ( TypePerson Type = "person" // person TypeBusiness Type = "business" /* business */ ) type customerIn struct { ClientId string...
@sdghchj I re-compiled with master (today) and now its not working anymore. I submitted a bug for this https://github.com/swaggo/swag/issues/1392
That would be useful for me as well
Hey folks! Any updates on this matter?