mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:14:39 +03:00
replace packages slog and slices from golang.org/x/exp with stdlib
since we are now at go1.21 as minimum.
This commit is contained in:
@ -3,12 +3,11 @@
|
||||
package mox
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
"os"
|
||||
"os/signal"
|
||||
"strings"
|
||||
"syscall"
|
||||
|
||||
"golang.org/x/exp/slog"
|
||||
)
|
||||
|
||||
// Fork and exec as unprivileged user.
|
||||
|
Reference in New Issue
Block a user