aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-02-20 23:41:02 -0500
committerfrosty <passedgoandgot200@disroot.org>2025-02-20 23:45:04 -0500
commit15e576cd2f3e92053e2c219e14376a5f5435a219 (patch)
treef0aa54d02f1613df29c3f1037da7b589767d0ce1
parente8c6437d862c901460d1b798f1ea9df9fb53ecd1 (diff)
downloadwiiload-lite-15e576cd2f3e92053e2c219e14376a5f5435a219.tar.gz
wiiload-lite-15e576cd2f3e92053e2c219e14376a5f5435a219.zip
fix module name to comply with standard
-rw-r--r--README.md2
-rw-r--r--go.mod2
-rw-r--r--wiiload_lite.go (renamed from wiiload-lite.go)0
3 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4ffb401..4597492 100644
--- a/README.md
+++ b/README.md
@@ -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
```
diff --git a/go.mod b/go.mod
index 30dbd48..4dee810 100644
--- a/go.mod
+++ b/go.mod
@@ -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