коммит произвёл
GitHub
родитель
b45ff0be5d
Коммит
717a4d04a9
@@ -19,7 +19,7 @@ type BasicConfig struct {
|
||||
BasicUserID string
|
||||
}
|
||||
|
||||
func IsEmpty(object interface{}) bool {
|
||||
func IsEmpty(object any) bool {
|
||||
|
||||
// get nil case out of the way
|
||||
if object == nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user