(dir string)
| 2111 | } |
| 2112 | |
| 2113 | func removeDir(dir string) { |
| 2114 | if err := os.RemoveAll(dir); err != nil { |
| 2115 | panic(err) |
| 2116 | } |
| 2117 | } |
| 2118 | |
| 2119 | func TestWriteInemory(t *testing.T) { |
| 2120 | opt := DefaultOptions("").WithInMemory(true) |
no outgoing calls
no test coverage detected
searching dependent graphs…