Skip to content

Commit

Permalink
Fix missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Sep 5, 2023
1 parent d5396a3 commit d398dc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions termtest_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

package termtest

import (
"errors"
"fmt"
)

func syscallErrorCode(err error) int {
return -1
}
Expand Down

0 comments on commit d398dc4

Please sign in to comment.