Add the git package

This commit is contained in:
Sameer Rahmani 2022-09-05 16:06:54 +01:00
parent 8a5c5ebb3f
commit 719043276b
1 changed files with 18 additions and 0 deletions

18
pkg/core/git.go Normal file
View File

@ -0,0 +1,18 @@
/*
Copyright © 2022 Sameer Rahmani <lxsameer@gnu.org>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package core