debefix is a Go library to seed database data and/or create fixtures for DB tests.
This module includes custom values that can be used to load data in fixtures.
Values included in this module MUST ONLY use base or widely used modules (like golang.org/x
).
go get -u github.com/rrgmc/debefix-value/v2
- copyfile (helper to handle external files like copying and file information)
MIT
Rangel Reale (rangelreale@gmail.com)