Skip to content

Commit 7b5a964

Browse files
committed
Remove internal/ pkg/
1 parent 5823ebe commit 7b5a964

File tree

443 files changed

+409
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

443 files changed

+409
-409
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package builder
22

33
import (
4-
"github.com/devlights/try-golang/internal/examples/advanced"
5-
"github.com/devlights/try-golang/internal/examples/basic"
6-
"github.com/devlights/try-golang/internal/examples/effectivego"
7-
"github.com/devlights/try-golang/internal/examples/gotour"
8-
"github.com/devlights/try-golang/pkg/mappings"
4+
"github.com/devlights/try-golang/examples/advanced"
5+
"github.com/devlights/try-golang/examples/basic"
6+
"github.com/devlights/try-golang/examples/effectivego"
7+
"github.com/devlights/try-golang/examples/gotour"
8+
"github.com/devlights/try-golang/mappings"
99
)
1010

1111
// BuildMappings は、サンプル実行のためのマッピング情報を構築します.
File renamed without changes.

cmd/trygolang/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88

99
"github.com/devlights/gomy/logops"
1010
"github.com/devlights/gomy/strops"
11-
"github.com/devlights/try-golang/internal/builder"
12-
"github.com/devlights/try-golang/pkg/command"
13-
"github.com/devlights/try-golang/pkg/mappings"
11+
"github.com/devlights/try-golang/builder"
12+
"github.com/devlights/try-golang/command"
13+
"github.com/devlights/try-golang/mappings"
1414
)
1515

1616
func main() {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package command
33
import (
44
"fmt"
55

6-
"github.com/devlights/try-golang/pkg/mappings"
6+
"github.com/devlights/try-golang/mappings"
77
)
88

99
type (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"time"
66

7-
"github.com/devlights/try-golang/pkg/mappings"
7+
"github.com/devlights/try-golang/mappings"
88
)
99

1010
type (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"sort"
88
"strings"
99

10-
"github.com/devlights/try-golang/pkg/mappings"
10+
"github.com/devlights/try-golang/mappings"
1111
)
1212

1313
type (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package command
22

33
import (
4-
"github.com/devlights/try-golang/pkg/mappings"
4+
"github.com/devlights/try-golang/mappings"
55
)
66

77
type (
File renamed without changes.

0 commit comments

Comments
 (0)