From 9e725ae24e8fcecefec35a65b50476d371653ffb Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 13 Aug 2018 21:16:21 +1000 Subject: got this bad boy compiling again --- pkg/commands/git_structs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/commands/git_structs.go') diff --git a/pkg/commands/git_structs.go b/pkg/commands/git_structs.go index 2f7255be1..6b10b18bb 100644 --- a/pkg/commands/git_structs.go +++ b/pkg/commands/git_structs.go @@ -30,7 +30,7 @@ type StashEntry struct { // Conflict : A git conflict with a start middle and end corresponding to line // numbers in the file where the conflict bars appear type Conflict struct { - start int - middle int - end int + Start int + Middle int + End int } -- cgit v1.2.3