Fix imports

This commit is contained in:
Neil Alexander 2024-08-03 20:58:41 +01:00
parent cb29747e43
commit a2f35a3f7f
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -4,7 +4,9 @@
package main package main
import ( import (
"errors"
"fmt" "fmt"
"math"
osuser "os/user" osuser "os/user"
"strconv" "strconv"
"strings" "strings"