mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-08-17 09:26:04 +00:00
Fix typo in package name. NFC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//go:build !unix
|
||||
|
||||
package os
|
||||
package sys
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build unix
|
||||
|
||||
package os
|
||||
package sys
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user