feat: new deployment provider: ctcccloud cdn
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package typeutil
|
||||
|
||||
import "reflect"
|
||||
import (
|
||||
"reflect"
|
||||
)
|
||||
|
||||
// 判断对象是否为 nil。
|
||||
// 与直接使用 `obj == nil` 不同,该函数会正确判断接口类型对象的真实值是否为空。
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
package typeutil
|
||||
|
||||
import "reflect"
|
||||
import (
|
||||
"reflect"
|
||||
)
|
||||
|
||||
// 将对象转换为指针。
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user