From e1e5a8451abfd885a9b9ab4ae6ec9e7f0812040f Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 21 Feb 2026 00:45:52 +0300 Subject: [PATCH] rename to music-dl --- go.mod | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8c3a8ed..bdb867b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module music-downloader +module music-dl go 1.25.0 diff --git a/main.go b/main.go index 68a38c9..76e0fe6 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "fmt" "io" "log" - "music-downloader/monochrome" + "music-dl/monochrome" "net/http" "os" "path"