Skip to content

Commit 1607fd4

Browse files
committed
Set file path as a const
1 parent 97c1e79 commit 1607fd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kadai3-1/lfcd85/cmd/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ import (
99
"github.com/gopherdojo/dojo5/kadai3-1/lfcd85/words"
1010
)
1111

12+
const path = "./testdata/go_standard_library.txt"
13+
1214
func main() {
13-
path := "./testdata/go_standard_library.txt" // FIXME: move to options
1415
timeLimit := flag.Int("t", 30, "Time limit of the game (secs)")
1516
flag.Parse()
1617

0 commit comments

Comments
 (0)