Nicolas Augusto Sassi

Results 19 comments of 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...

@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...

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