Quellcode durchsuchen

Unexport the Service constant

ayntgl vor 4 Jahren
Ursprung
Commit
32254547a6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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