Eng Zer Jun
df7737ed57
errgroup: remove redundant len
check ( #2354 )
...
`len(g.children) > 0` is redundant because `range` already skips empty
slice.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-04-25 01:13:03 +03:00
Gerasimos (Makis) Maropoulos
0d86a9628d
go1.19: core/errgroup minor fix
2022-08-15 01:23:41 +03:00
Gerasimos (Makis) Maropoulos
e2222a8066
fix #1852
2022-03-03 02:34:23 +02:00
Shubhendra Singh Chauhan
8ab500bd6c
fixed code quality issues using DeepSource
...
* Combine multiple `append`s into a single call
* Remove unnecessary use of slice
* Replace `strings.Index` with `strings.Contains`
* Added .deepsource.toml config file for DeepSource integration
2021-01-06 16:36:10 +05:30
Gerasimos (Makis) Maropoulos
3093d65363
version 12.1.5
...
Former-commit-id: cda69f08955cb0d594e98bf26197ee573cbba4b2
2020-02-02 16:29:06 +02:00
Success Go
b5235c5fff
Fix typo
...
Former-commit-id: c949f746563f0ba08c3762e7ef49280e077b4e99
2020-01-07 19:41:48 +08:00
Gerasimos (Makis) Maropoulos
221978e41a
Upgrade to new go errors and some minor fixes and improvements including easier debugging of invalid routes and e.t.c.
...
Former-commit-id: 5809157b952ccc61a67a9861470774b3a6fee024
2019-10-24 18:57:05 +03:00