friendsofgo / killgrave

Simple way to generate mock servers written in Go
https://friendsofgo.github.io/killgrave/
MIT License
498 stars 94 forks source link

Replace spf13/afero with io/fs #155

Closed joanlopez closed 2 weeks ago

joanlopez commented 7 months ago

It replaces the spf13/afero library in favor of io/fs.

It also includes a small refactor of the imposter's filesystem initialization.