From f1d87462642aa0ab4ce61e8a285e3a288b4dc119 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 24 Oct 2014 18:43:17 -0400 Subject: Fix fork repo and macaron API broken --- modules/base/tool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/base/tool.go') diff --git a/modules/base/tool.go b/modules/base/tool.go index 38fd1e21..5b56d1f6 100644 --- a/modules/base/tool.go +++ b/modules/base/tool.go @@ -24,7 +24,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -// Encode string to md5 hex value +// Encode string to md5 hex value. func EncodeMd5(str string) string { m := md5.New() m.Write([]byte(str)) -- cgit v1.2.3