增加注释

This commit is contained in:
GoEdgeLab
2021-11-14 20:46:08 +08:00
parent f33ce88a3a
commit 7087adacda
7 changed files with 20 additions and 19 deletions

View File

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