nessel

Results 2 issues of nessel

## Description RecoveryWithWritter has signature func(w io.Writer, recovery ...gin.RecoveryFunc) but only applies the first func from recovery. If no RecoveryFuncs were passed, it uses the defaultHandleRecovery func. If I want...

## Motivation I ran `air init` without args in a project that already had a main in a cmd subdirectory. Running `air init` always uses the current directory as default...