Aleksei Shchurak

Results 6 issues of Aleksei Shchurak

## Expected Behavior ServeDir() serves files from directory and when gets 404 it should call NotFound() instead of bare fasthttp processing ## Current Behavior ServeDir() ignores NotFound() due to fasthttp.FS...

enhancement
help wanted
good-for-new-contributors

Now we should write tons of boilerplate code like ```go x, y, z, err := someFunc(a, b, c, d) if err != nil { return err } ``` or ```go...

```go package someComponent type Comp struct { GooxComponent } func (c *Comp) Render() GooxComponent { return ( {c.Childs} ) } ``` ```go package template import "someComponent" func Render() GooxComponent {...

incompatible/syntax
proposal
stage/docs

As @kirillDanshin proposed, we can draw a new logo with Bobr Dobr (beaver). ![image](https://cloud.githubusercontent.com/assets/17476459/20941332/a38dd268-bbfe-11e6-891f-b53085c3fb00.png)

help wanted

Using modern stack like react.js.