From 19888a6beaecac0bf5731ff57ff59e4c04c82f52 Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 7 Dec 2020 21:26:39 +0800 Subject: [PATCH] Fix the wrong go module name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e928dbc..f57ed48 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/linuxsuren/github-go +module github.com/linuxsuren/http-downloader go 1.15