Deepak Ramachandran
Deepak Ramachandran
@zombiezen A few observations here. 1. Do we need global variables at all, if we provide that value exactly when and where the programmer wanted to provide it. 2. Do...
@MistaTwista I tried testing cleanup functionality and you still have to manually call the cleanups. I think what @somniapotato is trying to say here is to automatically call the cleanups....
Have you tried passing `NewITestBService` provider to TestAServiceSet? It cannot find this specific provider. Here is an example I tried which works: `inner/inner.go`: ```go package inner type TextValue struct {...
@aldas Thank you for your comment. the `/` delimiter was already present and I don't think we should change that. If I understood correctly, the restriction here is that users...
@aldas  
Hi @aldas , I am just following up on this PR to see if there are any further changes to be made. Thank you for your time!
@aldas Thank you for triggering the code coverage action. Looking forward to further updates on this PR.
@aldas this looks like a good routing feature to have. I have made a PR for this.
@aldas how should the processing proceed in this scenario. Should it throw a 404 or should it let the endpoint process it if there is a "/"?
testdata/VarValue fails due to program output related problems. This might be that one edge case where the replaced value is wrong.