Skip to content

Commit

Permalink
alter module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Birjemin committed Jan 6, 2021
1 parent 0348a69 commit dbf0738
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion qq.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package socialite
import (
"errors"
"fmt"
"github.com/birjemin/socialite/utils"
jsoniter "github.com/json-iterator/go"
"regexp"
"socialite/utils"
"strconv"
)

Expand Down
2 changes: 1 addition & 1 deletion qq_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package socialite

import (
"github.com/birjemin/socialite/utils"
"github.com/stretchr/testify/assert"
"net/http"
"net/http/httptest"
"socialite/utils"
"testing"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion wechat.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package socialite
import (
"errors"
"fmt"
"socialite/utils"
"github.com/birjemin/socialite/utils"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion wechat_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package socialite

import (
"github.com/birjemin/socialite/utils"
"github.com/stretchr/testify/assert"
"net/http"
"net/http/httptest"
"socialite/utils"
"testing"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion weibo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package socialite
import (
"errors"
"fmt"
"socialite/utils"
"github.com/birjemin/socialite/utils"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion weibo_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package socialite

import (
"github.com/birjemin/socialite/utils"
"github.com/stretchr/testify/assert"
"net/http"
"net/http/httptest"
"socialite/utils"
"testing"
"time"
)
Expand Down

0 comments on commit dbf0738

Please sign in to comment.