Skip to content

Commit

Permalink
add module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Birjemin committed Jan 6, 2021
1 parent d22cf76 commit 5d56fd1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion encrypt.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package wxgameod

import (
"wxgameod/utils"
"github.com/birjemin/wxgameod/utils"
)

// Encrypt encrypt
Expand Down
2 changes: 1 addition & 1 deletion remove_user_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package wxgameod

import (
"fmt"
"github.com/birjemin/wxgameod/utils"
"log"
"wxgameod/utils"
)

// RemoveUserStorage model
Expand Down
2 changes: 1 addition & 1 deletion remove_user_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package wxgameod

import (
"errors"
"github.com/birjemin/wxgameod/utils"
"io/ioutil"
"net/http"
"net/http/httptest"
"testing"
"time"
"wxgameod/utils"
)

// TestRemoveUserStorage test removeUserStorage
Expand Down
2 changes: 1 addition & 1 deletion set_user_interactive_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package wxgameod

import (
"fmt"
"github.com/birjemin/wxgameod/utils"
"log"
"wxgameod/utils"
)

// SetUserInteractiveData struct
Expand Down
2 changes: 1 addition & 1 deletion set_user_interactive_data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package wxgameod

import (
"errors"
"github.com/birjemin/wxgameod/utils"
"io/ioutil"
"net/http"
"net/http/httptest"
"testing"
"time"
"wxgameod/utils"
)

// TestSetUserInteractiveData test SetUserInteractiveData
Expand Down
2 changes: 1 addition & 1 deletion set_user_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package wxgameod

import (
"fmt"
"github.com/birjemin/wxgameod/utils"
"log"
"wxgameod/utils"
)

// SetUserStorage model
Expand Down
2 changes: 1 addition & 1 deletion set_user_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package wxgameod

import (
"errors"
"github.com/birjemin/wxgameod/utils"
"io/ioutil"
"net/http"
"net/http/httptest"
"testing"
"time"
"wxgameod/utils"
)

// TestSetUserStorage test SetUserStorage
Expand Down

0 comments on commit 5d56fd1

Please sign in to comment.