From 1813c2a162c00db81ec1d252185f22718dd46876 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 3 Dec 2021 17:35:16 -0800 Subject: [PATCH] .: add .gitattributes entry to use Go hunk-header driver Signed-off-by: Josh Bleecher Snyder --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 437f117b3..3eb528782 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ go.mod filter=go-mod +*.go diff=golang