diff options
Diffstat (limited to 'services/constants.go')
| -rw-r--r-- | services/constants.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/constants.go b/services/constants.go new file mode 100644 index 0000000..bba619b --- /dev/null +++ b/services/constants.go @@ -0,0 +1,5 @@ +package services + +const ( + LOG_PREFIX = "Services" +) |
