From e0635b47c2f30719e1ea026812af85c988632c0e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 21:27:17 +0800 Subject: Move things to internal/ --- git2c/git_types.go | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 git2c/git_types.go (limited to 'git2c/git_types.go') diff --git a/git2c/git_types.go b/git2c/git_types.go deleted file mode 100644 index da90db6..0000000 --- a/git2c/git_types.go +++ /dev/null @@ -1,22 +0,0 @@ -package git2c - -type Commit struct { - Hash string - Author string - Email string - Date string - Message string -} - -type FilenameContents struct { - Filename string - Content []byte -} - -type TreeEntry struct { - Name string - Mode string - Size uint64 - IsFile bool - IsSubtree bool -} -- cgit v1.2.3