增加注释

This commit is contained in:
刘祥超
2021-11-14 20:46:08 +08:00
parent fadc580dff
commit 7ec916c1fb
7 changed files with 20 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
package iplibrary
// 是否是致命错误
// FataError 是否是致命错误
type FataError struct {
err string
}