change name

This commit is contained in:
cyp0633 2023-06-17 22:46:40 +08:00
parent 885c18a8f6
commit 9cc1a1c2d2
Signed by: cyp0633
GPG Key ID: CF90D09FB1FDCE45
6 changed files with 9 additions and 9 deletions

View File

@ -3,9 +3,9 @@ package main
import (
"os"
"github.com/cyp0633/wp-comment-converter/internal/conf"
"github.com/cyp0633/wp-comment-converter/internal/fetch"
"github.com/cyp0633/wp-comment-converter/internal/trans"
"github.com/cyp0633/WP2Artran/internal/conf"
"github.com/cyp0633/WP2Artran/internal/fetch"
"github.com/cyp0633/WP2Artran/internal/trans"
)
func main() {

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/cyp0633/wp-comment-converter
module github.com/cyp0633/WP2Artran
go 1.20

View File

@ -7,7 +7,7 @@ import (
"net/http"
"strconv"
"github.com/cyp0633/wp-comment-converter/internal/conf"
"github.com/cyp0633/WP2Artran/internal/conf"
)
func FetchComments() (comments []WPComment) {

View File

@ -5,7 +5,7 @@ import (
"fmt"
"testing"
"github.com/cyp0633/wp-comment-converter/internal/conf"
"github.com/cyp0633/WP2Artran/internal/conf"
)
func TestParse(*testing.T) {

View File

@ -11,8 +11,8 @@ import (
"strconv"
"time"
"github.com/cyp0633/wp-comment-converter/internal/conf"
"github.com/cyp0633/wp-comment-converter/internal/fetch"
"github.com/cyp0633/WP2Artran/internal/conf"
"github.com/cyp0633/WP2Artran/internal/fetch"
)
var pageKeyMap = map[int]string{}

View File

@ -3,7 +3,7 @@ package trans
import (
"testing"
"github.com/cyp0633/wp-comment-converter/internal/conf"
"github.com/cyp0633/WP2Artran/internal/conf"
)
func TestConvertTime(t *testing.T) {