Fix typo in package name. NFC

This commit is contained in:
Catherine
2026-05-28 21:49:23 +00:00
parent af333e3d15
commit 9113025646
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
//go:build !unix
package os
package sys
import (
"fmt"
+1 -1
View File
@@ -1,6 +1,6 @@
//go:build unix
package os
package sys
import (
"os"
+1 -1
View File
@@ -2,7 +2,7 @@
// will do on Windows (tl;dr nothing calls the reload handler, the interrupt handler works
// more or less how you'd expect).
package os
package sys
import (
"os"