cweill / gotests

Automatically generate Go test boilerplate from your source code.
Apache License 2.0
4.92k stars 346 forks source link

feat: use standard library embed #181

Open stevenh opened 1 year ago

stevenh commented 1 year ago

Use the standard library embed for internal files instead of esc and go-bindata which significantly simplifies the code and removes the need for 3rd party dependencies.

Also: