Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f85bb01

Browse files
committed
Moved config
1 parent c6d6f82 commit f85bb01

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package main
99
import (
1010
"log"
1111
"soc-cli/cmd"
12-
"soc-cli/config"
12+
"soc-cli/internal/config"
1313
)
1414

1515
func main() {

0 commit comments

Comments
 (0)