Skip to content

Commit e7a4eea

Browse files
Update main.go
1 parent a1c056b commit e7a4eea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ package main
33
import (
44
"fmt"
55
"os"
6-
"bufio"
7-
6+
"bufio"
87
"ai-coder/utils"
9-
"ai-coder/applications"
8+
"ai-coder/applications"
109
)
1110

1211
func main() {

0 commit comments

Comments
 (0)