仓库移动到golang组织下

This commit is contained in:
2020-04-29 23:02:09 +08:00
parent 153a94374f
commit f22e059172
9 changed files with 44 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package download
import (
"bytes"
"code.hoteas.com/hoteas/hotime"
"code.hoteas.com/golang/hotime"
"io"
"io/ioutil"
"net/http"
+1 -1
View File
@@ -1,7 +1,7 @@
package upload
import (
"code.hoteas.com/hoteas/hotime"
"code.hoteas.com/golang/hotime"
"errors"
"io"
"mime/multipart"