File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 "os"
66 "path/filepath"
77
8- "github.com/h24w-17/extractor"
98 "github.com/spf13/cobra"
9+ "github.com/traP-jp/h24w-17/extractor"
1010)
1111
1212var rootCmd = & cobra.Command {
Original file line number Diff line number Diff line change 1- module github.com/h24w-17
1+ module github.com/traP-jp/ h24w-17
22
33go 1.23.2
44
Original file line number Diff line number Diff line change 77 "strconv"
88 "strings"
99
10- "github.com/h24w-17/domains"
10+ "github.com/traP-jp/ h24w-17/domains"
1111)
1212
1313type NormalizedQuery struct {
Original file line number Diff line number Diff line change 44 "fmt"
55 "testing"
66
7- "github.com/h24w-17/domains"
87 "github.com/stretchr/testify/assert"
8+ "github.com/traP-jp/h24w-17/domains"
99)
1010
1111func TestNormalizeQuery (t * testing.T ) {
Original file line number Diff line number Diff line change 88 "time"
99
1010 "github.com/go-sql-driver/mysql"
11- "github.com/h24w-17/domains"
11+ "github.com/traP-jp/ h24w-17/domains"
1212)
1313
1414// TODO: generate
Original file line number Diff line number Diff line change 55 "database/sql/driver"
66 "fmt"
77
8- "github.com/h24w-17/domains"
98 "github.com/motoki317/sc"
9+ "github.com/traP-jp/h24w-17/domains"
1010)
1111
1212var (
You can’t perform that action at this time.
0 commit comments