Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 766 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 766 Bytes

debefix-value - Custom value handlers for debefix

GoDoc

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).

Install

go get -u github.com/rrgmc/debefix-value/v2

Values

  • copyfile (helper to handle external files like copying and file information)

License

MIT

Author

Rangel Reale (rangelreale@gmail.com)