friendsofgo / killgrave

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

Replace spf13/afero with io/fs #155

Closed joanlopez closed 5 months ago

joanlopez commented 1 year ago

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

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