Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 4, 2022
1 parent 6ad74ff commit 279034c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cursor_test_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
package cursor

import (
"log"
"os"
"testing"
)

func TestCustomIOWriter(t *testing.T) {
tmpFile, err := os.CreateTemp("", "testingTmpFile-")
if err != nil {
Expand Down

0 comments on commit 279034c

Please sign in to comment.