使用go mod

This commit is contained in:
hoteas
2022-03-13 01:12:29 +08:00
parent 7be976cdeb
commit ac027c6e42
19 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package aliyun
import (
. "../../common"
. "code.hoteas.com/golang/hotime/common"
"fmt"
"io/ioutil"
"net/http"
+1 -1
View File
@@ -1,8 +1,8 @@
package download
import (
. "../../common"
"bytes"
. "code.hoteas.com/golang/hotime/common"
"io"
"io/ioutil"
"net/http"
+1 -1
View File
@@ -1,7 +1,7 @@
package tencent
import (
. "../../common"
. "code.hoteas.com/golang/hotime/common"
"crypto/hmac"
"crypto/sha1"
"encoding/base64"
+1 -1
View File
@@ -1,7 +1,7 @@
package upload
import (
. "../../common"
. "code.hoteas.com/golang/hotime/common"
"errors"
"io"
"mime/multipart"