From f278ec330d891992159777f6ba0862dbbf65c6a4 Mon Sep 17 00:00:00 2001 From: AllAwesome497 Date: Wed, 3 Jun 2020 19:56:13 -0500 Subject: [PATCH] Fixed language stats to include go files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 53ccb13..e2f4e25 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ *.a linguist-detectable=false -*.go linguist-detectable=false +*.go linguist-detectable=true *.h linguist-detectable=false *.c linguist-detectable=false