greatroar
|
0d65b78168
|
Simplify os.ModeType|os.ModeCharDevice => os.ModeType
Since Go 1.12, ModeCharDevice is included in ModeType:
golang/go@a2a3dd00c9
|
2020-09-21 14:21:32 +02:00 |
|
greatroar
|
1b20f6beec
|
Remove io.Writer from fs.File
It was only used in a single test, which now uses plain *os.File instead.
|
2020-09-21 14:21:32 +02:00 |
|
greatroar
|
9abef3bf1a
|
Move internal/fs.TestChdir to internal/test.Chdir
|
2020-09-17 10:43:33 +02:00 |
|
greatroar
|
4f6fd9fb98
|
Remove remnant of Go 1.9 compatibility code from tests
|
2020-02-26 22:23:38 +01:00 |
|
Alexander Neumann
|
bc68d55e94
|
fs: Add TestTempFile
|
2018-05-01 14:38:41 +02:00 |
|
Alexander Neumann
|
0532f08048
|
Add test.Helper, also works with Go 1.8
|
2018-04-22 11:37:05 +02:00 |
|
Alexander Neumann
|
a472868e06
|
fs: Add TestChdir()
|
2018-04-22 11:37:05 +02:00 |
|
Alexander Neumann
|
e4fdc5eb76
|
fs: Add IsRegularFile()
|
2018-04-22 11:37:05 +02:00 |
|