mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-06 00:16:53 +08:00
add ui file
This commit is contained in:
@@ -6,3 +6,7 @@ func Unwarp[T any](result T, err error) T {
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
||||
func UnwarpIgnore[T any](result T, _ error) T {
|
||||
return result
|
||||
}
|
||||
|
Reference in New Issue
Block a user