From 22ddac1778b92785ccf03ea10a4bf876520d820d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=93=E5=B9=B3?= <> Date: Thu, 6 Jan 2022 18:09:33 +0800 Subject: [PATCH] fix module declares its path as. thank floostack. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4c9ade4..2bf6c46 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/floostack/transcoder +module github.com/Liuxxping/transcoder go 1.13