Browse Source

Unexport the Service constant

ayntgl 4 years ago
parent
commit
32254547a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -8,7 +8,7 @@ import (
 	"github.com/zalando/go-keyring"
 )
 
-const Service = "discordo"
+const service = "discordo"
 
 var (
 	app               *tview.Application