Skip to content

Commit e04dd38

Browse files
committed
add string constants for remote init
1 parent f688407 commit e04dd38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

constants/global_constants.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ package constants
33
const (
44
SearchLimit = 10
55
)
6+
7+
const (
8+
Repo = "GIT_REPO"
9+
RemoteName = "REMOTE_NAME"
10+
RemoteUrl = "REMOTE_URL"
11+
)

0 commit comments

Comments
 (0)