latest, test

This commit is contained in:
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
import "git.eeqj.de/sneak/fastmirror"
func main() {
fastmirror.cliEntry()
fastmirror.CLIEntry()
}