diff options
| author | Jeff Carr <[email protected]> | 2024-01-17 23:39:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-17 23:39:03 -0600 |
| commit | a0baba0821441d9cf38f0b33fe12fb96925c6236 (patch) | |
| tree | 2aece2a890c66c36b08524e117753817078ee58c /gocui/fakefile.go | |
| parent | bee272651ad38453aef27f098513f7be652c39bf (diff) | |
new paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui/fakefile.go')
| -rw-r--r-- | gocui/fakefile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocui/fakefile.go b/gocui/fakefile.go index c6b8877..47ef529 100644 --- a/gocui/fakefile.go +++ b/gocui/fakefile.go @@ -2,8 +2,8 @@ package main import ( "bytes" - "io" "errors" + "io" ) type FakeFile struct { |
