Skip to content

Commit 9bcf1de

Browse files
author
en-ken
committed
refactor: restructured packages.
1 parent beb5c4f commit 9bcf1de

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

kadai3/en-ken/kadai3/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
"time"
99

10-
"github.com/gopherdojo/dojo6/kadai3/en-ken/typing"
10+
typing "github.com/gopherdojo/dojo6/kadai3/en-ken"
1111
)
1212

1313
func main() {
File renamed without changes.

kadai3/en-ken/typing/typing_test.go renamed to kadai3/en-ken/typing_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package typing_test
33
import (
44
"testing"
55

6-
"github.com/gopherdojo/dojo6/kadai3/en-ken/typing"
6+
typing "github.com/gopherdojo/dojo6/kadai3/en-ken"
77
)
88

99
var dict = []string{"ABC", "DEF", "GHI", "JKL", "MNO", "PQR", "STU", "VWX", "YZ"}

0 commit comments

Comments
 (0)