From aff42082441715559bb2e62e11550af1a946a8c9 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 27 May 2018 08:53:48 +0800 Subject: *: rename "gogits" to "gogs" --- pkg/template/highlight/highlight.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/template/highlight/highlight.go') diff --git a/pkg/template/highlight/highlight.go b/pkg/template/highlight/highlight.go index 05029a4a..11b3967f 100644 --- a/pkg/template/highlight/highlight.go +++ b/pkg/template/highlight/highlight.go @@ -8,7 +8,7 @@ import ( "path" "strings" - "github.com/gogits/gogs/pkg/setting" + "github.com/gogs/gogs/pkg/setting" ) var ( @@ -21,8 +21,8 @@ var ( // File names that are representing highlight classes. highlightFileNames = map[string]bool{ "cmakelists.txt": true, - "dockerfile": true, - "makefile": true, + "dockerfile": true, + "makefile": true, } // Extensions that are same as highlight classes. -- cgit v1.2.3