6 lines
69 B
Go
6 lines
69 B
Go
|
package msg
|
||
|
|
||
|
const (
|
||
|
ErrrFileIsEmpty = "未获取到相关文件"
|
||
|
)
|