chuangjinglu
69e9926bcc
fix: fix slice init length ( #8707 )
...
# Which Problems Are Solved
The intention here should be to initialize a slice with a capacity of
len(queriedOrgs.Orgs) rather than initializing the length of this slice.
the online demo: https://go.dev/play/p/vNUPNjdb2gJ
# How the Problems Are Solved
use `processedOrgs := make([]string, 0, len(queriedOrgs.Orgs))`
# Additional Changes
None
# Additional Context
None
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2024-11-12 14:41:18 +00:00
..
2024-10-31 15:34:20 +00:00
2024-09-11 10:53:55 +00:00
2024-09-11 10:53:55 +00:00
2022-12-06 09:01:31 +01:00
2024-09-12 06:27:29 +02:00
2024-09-12 06:27:29 +02:00
2024-03-05 15:44:51 +00:00
2024-03-05 15:44:51 +00:00
2024-11-12 14:41:18 +00:00
2023-10-19 12:19:10 +02:00
2023-10-19 12:19:10 +02:00
2024-05-16 07:07:56 +02:00
2023-04-26 19:55:13 +03:00
2022-04-26 23:01:45 +00:00
2023-11-20 17:21:08 +02:00
2024-09-12 06:27:29 +02:00
2024-04-11 09:16:10 +02:00
2023-04-26 19:55:13 +03:00
2024-05-23 05:04:07 +00:00
2024-08-23 06:44:18 +00:00
2024-09-25 21:40:21 +02:00
2022-04-26 23:01:45 +00:00
2024-07-31 18:00:38 +03:00
2024-07-31 18:00:38 +03:00
2023-10-26 05:54:09 +00:00
2022-05-20 10:30:12 +02:00
2023-12-05 11:12:01 +00:00
2024-04-03 10:43:43 +00:00
2024-04-10 09:14:55 +00:00
2022-04-26 23:01:45 +00:00
2023-07-20 04:06:16 +00:00
2023-12-19 10:25:50 +00:00
2024-04-03 10:43:43 +00:00
2023-10-25 11:16:34 +00:00
2023-01-25 09:49:41 +01:00
2022-04-26 23:01:45 +00:00
2022-09-27 12:53:49 +02:00
2022-09-27 12:53:49 +02:00
2021-03-09 10:30:11 +01:00
2024-05-17 09:52:15 +02:00
2024-08-15 06:37:06 +02:00
2022-04-26 23:01:45 +00:00
2022-06-14 07:51:00 +02:00
2022-04-26 23:01:45 +00:00
2022-06-14 07:51:00 +02:00
2024-05-13 16:01:50 +02:00
2022-06-14 07:51:00 +02:00
2023-12-05 11:12:01 +00:00
2024-07-31 18:00:38 +03:00
2024-09-26 09:14:33 +02:00
2024-09-06 13:11:36 +00:00
2024-09-13 13:22:25 +00:00
2024-09-12 06:27:29 +02:00
2023-03-14 19:20:38 +00:00
2023-10-19 12:19:10 +02:00
2023-10-19 12:19:10 +02:00