diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | wiiload_lite.go (renamed from wiiload-lite.go) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -5,5 +5,5 @@ This is a simple reimplemention of the Wiiload protocol for the Homebrew Channel ## Usage ``` -wiiload-lite ip_address file_path +wiiload_lite ip_address file_path ``` @@ -1,3 +1,3 @@ -module github.com/frostyfalls/wiiload-lite +module github.com/frostyfalls/wiiload_lite go 1.23.6 diff --git a/wiiload-lite.go b/wiiload_lite.go index e14f64a..e14f64a 100644 --- a/wiiload-lite.go +++ b/wiiload_lite.go |