浏览代码

Unexport the Service constant

ayntgl 4 年之前
父节点
当前提交
32254547a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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