add: more contributors

This commit is contained in:
lollipopkit
2023-08-05 14:32:21 +08:00
parent 8f4f141a64
commit 432e3b1824
7 changed files with 165 additions and 120 deletions

View File

@@ -0,0 +1,5 @@
typedef GhId = String;
extension GhIdX on GhId {
String get url => 'https://github.com/$this ';
}