Skip to content

Commit

Permalink
添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
monigo committed Dec 2, 2019
1 parent dc67823 commit 21efea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package store

import "errors"

// 读取账号文件错误
var ErrReadFile = errors.New("读取账号文件错误")
var ErrWriteFile = errors.New("写入账号文件错误")
var ErrParse = errors.New("序列化账号错误")

0 comments on commit 21efea1

Please sign in to comment.