latest, test

This commit is contained in:
Jeffrey Paul 2024-05-22 08:53:09 -07:00
parent 86dbbbf69f
commit b44b84d66d
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
package main package main
import "git.eeqj.de/sneak/fastmirror"
func main() { func main() {
fastmirror.cliEntry() fastmirror.CLIEntry()
} }

View File

@ -11,7 +11,7 @@ import (
"strings" "strings"
) )
func cliEntry() { func CLIEntry() {
if runtime.GOOS != "linux" { if runtime.GOOS != "linux" {
log.Fatal("This program is only for Linux") log.Fatal("This program is only for Linux")
} }