Jelajahi Sumber

Unexport the Service constant

ayntgl 4 tahun lalu
induk
melakukan
32254547a6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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