瀏覽代碼

comment for public var

Matthew R. Kasun 2 年之前
父節點
當前提交
1a4fa60bdf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      logic/hosts.go

+ 1 - 0
logic/hosts.go

@@ -10,6 +10,7 @@ import (
 	"golang.org/x/crypto/bcrypt"
 )
 
+// ErrHostExists error indicating that host exists when trying to create new host
 var ErrHostExists error = errors.New("host already exists")
 
 // GetAllHosts - returns all hosts in flat list or error