Mike Mikhailov

Results 4 issues of Mike Mikhailov

Factory Method Pattern in Go is function which returns an interface (something what is implementing an interface)... **that's all**. This means you should not think about this pattern and use...

Use case: the go-bindata is used to embed text/template and html/template sources which require to "compile" them (Parse) before use. After parsing there are source and parsed template which increase...

``` // Middleware allows HTTP middleware to receive debugger labels func Middleware(f http.HandlerFunc, _ MiddlewareLabels) http.HandlerFunc { return f } // SetLabels will set debugger labels for any function/method call...

**Is your feature request related to a problem? Please describe.** Could you improve UI for test runnner which currently breaks other extensions. Check the screenshot. The guidline built by brackets-pair...

go-test