latest, test
This commit is contained in:
parent
86dbbbf69f
commit
b44b84d66d
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue