sq/.gitattributes
Neil O'Toole 27ff71516e
Added go test to github action; fixed Windows test issues (#52)
* initial test of testing workflow

* added .gitattributes for crlf issue on windows

* testh was attempting to remove the copied sqlite3 file before it was closed by sqlite3.database.Close()

* fiddling with .gitattributes to get line endings to work
2020-08-07 23:10:41 -06:00

2 lines
91 B
Plaintext

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf