From 90ce7b1faf976d76329a8c02008cd84c78a753f5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Mar 2025 11:39:54 +0800 Subject: Remove underscores from Go code, pt 4 --- git_misc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git_misc.go') diff --git a/git_misc.go b/git_misc.go index 3f170d0..cd2dc4d 100644 --- a/git_misc.go +++ b/git_misc.go @@ -64,9 +64,9 @@ WHERE g.depth = cardinality($1::text[]) // go-git's tree entries are not friendly for use in HTML templates. type displayTreeEntry struct { - Name string - Mode string - Size int64 + Name string + Mode string + Size int64 IsFile bool IsSubtree bool } -- cgit v1.2.3