1
0
Fork 0
mirror of https://github.com/ejwa/gitinspector.git synced 2025-03-26 02:01:27 +01:00

Adds '.go' (for the programming language Go) as default

This commit is contained in:
Alexander Håkansson 2016-12-06 03:42:52 +01:00
parent ba1c3341fe
commit 7495101a91

View file

@ -19,7 +19,7 @@
from __future__ import unicode_literals
DEFAULT_EXTENSIONS = ["java", "c", "cc", "cpp", "h", "hh", "hpp", "py", "glsl", "rb", "js", "sql"]
DEFAULT_EXTENSIONS = ["java", "c", "cc", "cpp", "h", "hh", "hpp", "py", "glsl", "rb", "js", "sql", "go"]
__extensions__ = DEFAULT_EXTENSIONS
__located_extensions__ = set()