filet
filet copied to clipboard
🍖 A small temporary file utility for Go testing.
This adds a method for writing to a binary file. Since we close the filer hanler after creation on `TmpFile` we can't write binary there. Trying to re-open the handler...
Adds a coveralls badge to the readme
We create a new list of files per TestReporter. This needed a map, and thus some helper functions to help with locking around the map. This however changes the way...
Switches from the now deprecated [gopkg.toml](https://golang.github.io/dep/docs/Gopkg.toml.html) to go modules
I like to use Filet for tests, to create temporary structures. I use the examples from your readme. Today I started running my tests in parallal (`t.Parallel()`), and had weird...
Got messages like ``` C:\Temp\dir578525463\dir169146209\f21.txt: The process cannot access the file because it is being used by another process. ```