latest, test
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package main
|
||||
|
||||
import "git.eeqj.de/sneak/fastmirror"
|
||||
|
||||
func main() {
|
||||
fastmirror.cliEntry()
|
||||
fastmirror.CLIEntry()
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
func cliEntry() {
|
||||
func CLIEntry() {
|
||||
if runtime.GOOS != "linux" {
|
||||
log.Fatal("This program is only for Linux")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user