We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a66ba commit c7ef037Copy full SHA for c7ef037
main.go
@@ -6,10 +6,10 @@ package main
6
import (
7
"os"
8
9
- "github.com/SHU-red/GopherLetics.git/internal/glob"
10
- "github.com/SHU-red/GopherLetics.git/internal/gui"
11
- "github.com/SHU-red/GopherLetics.git/internal/tts"
12
- "github.com/SHU-red/GopherLetics.git/internal/workout"
+ "github.com/SHU-red/GopherLetics/internal/glob"
+ "github.com/SHU-red/GopherLetics/internal/gui"
+ "github.com/SHU-red/GopherLetics/internal/tts"
+ "github.com/SHU-red/GopherLetics/internal/workout"
13
"go.uber.org/zap"
14
)
15
0 commit comments