From d574d420cf7f2fe3c308150a67b656574e86d98e Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 3 Apr 2025 16:41:37 +0200 Subject: [PATCH] docs: add emojis --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ba68978..ae73379 100644 --- a/readme.md +++ b/readme.md @@ -2,9 +2,9 @@ This project is inspired from the python application called gitlabber (https://github.com/ezbz/gitlabber). It is mainly to learn Golang. But also to make something that specifically -solves my problem. :) +solves my problem. 😆 -It is definitely not as feature-rich as the original project... :) +It is definitely not as feature-rich as the original project... 😬 The program can clone and pull all repositories you have access to on a selfhosted or SaaS provided Gitlab server. It only supports the HTTP access method.