rename to music-dl

This commit is contained in:
2026-02-21 00:45:52 +03:00
parent de495c0f78
commit e1e5a8451a
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module music-downloader module music-dl
go 1.25.0 go 1.25.0

View File

@@ -6,7 +6,7 @@ import (
"fmt" "fmt"
"io" "io"
"log" "log"
"music-downloader/monochrome" "music-dl/monochrome"
"net/http" "net/http"
"os" "os"
"path" "path"