Skip to content

Commit

Permalink
Fix Windows compilation error
Browse files Browse the repository at this point in the history
Since os_notunix.go is Windows-only, my "goimports" didn't run, so it
didn't remove the now-unnecessary import of "os".
  • Loading branch information
theclapp committed Sep 28, 2023
1 parent c5b3b2f commit f25d6d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interp/os_notunix.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package interp

import (
"fmt"
"os"
)

func mkfifo(path string, mode uint32) error {
Expand Down

0 comments on commit f25d6d6

Please sign in to comment.