11f022ab09
* Add test for ReferenceFile/struct * Stop skipping after table * Add .gitattributes to force LF encoding * Fix the reference file
7 lines
176 B
Modula-2
7 lines
176 B
Modula-2
module github.com/pelletier/go-toml/v2
|
|
|
|
go 1.15
|
|
|
|
// latest (v1.7.0) doesn't have the fix for time.Time
|
|
require github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
|