Skip to content

Commit cbcc47e

Browse files
authored
Update ApiResponseMsg.go
1 parent 91fc6de commit cbcc47e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apiHelpers/ApiResponseMsg.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package apihelpers
22

33
const (
4-
//Success as constant
4+
//Success as constant
55
Success = "Success."
6-
//Error as constant
7-
Error = "Error."
6+
//Error as constant
7+
Error = "Error."
88
)

0 commit comments

Comments
 (0)