Skip to content

Commit 72167e4

Browse files
Add herczyn to Go SDK team. (#43)
* Add herczyn to Go SDK team. Kuba is another lead from the new team at Google that took over the Go SDK maintenance. * Add discord for herczyn * Clean up inactive maintainers of Go SDK --------- Co-authored-by: David Soria Parra <167242713+dsp-ant@users.noreply.github.com>
1 parent ed25517 commit 72167e4

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

src/config/users.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ export const MEMBERS: readonly Member[] = [
2626
github: 'an-dustin',
2727
memberOf: [ROLE_IDS.SECURITY_WG],
2828
},
29-
{
30-
github: 'ansaba',
31-
memberOf: [ROLE_IDS.GO_SDK],
32-
},
3329
{
3430
github: 'antonpk1',
3531
discord: '738474760480227358',
@@ -196,6 +192,11 @@ export const MEMBERS: readonly Member[] = [
196192
github: 'halter73',
197193
memberOf: [ROLE_IDS.CSHARP_SDK],
198194
},
195+
{
196+
github: 'herczyn',
197+
discord: '1001427188068917279',
198+
memberOf: [ROLE_IDS.GO_SDK],
199+
},
199200
{
200201
github: 'idosal',
201202
discord: '593070927202484244',
@@ -457,10 +458,6 @@ export const MEMBERS: readonly Member[] = [
457458
discord: '782948163694493696',
458459
memberOf: [ROLE_IDS.WG_IG_FACILITATORS],
459460
},
460-
{
461-
github: 'samthanawalla',
462-
memberOf: [ROLE_IDS.GO_SDK],
463-
},
464461
{
465462
github: 'sdubov',
466463
memberOf: [ROLE_IDS.KOTLIN_SDK],

0 commit comments

Comments
 (0)