mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 09:15:53 +01:00
Make long godoc comment 2 lines
This commit is contained in:
parent
2bb188ae79
commit
95d4cd9292
@ -43,7 +43,8 @@ func EncodeSha1(str string) string {
|
|||||||
return hex.EncodeToString(h.Sum(nil))
|
return hex.EncodeToString(h.Sum(nil))
|
||||||
}
|
}
|
||||||
|
|
||||||
// ShortSha is basically just truncating. It is DEPRECATED and will be removed in the future.
|
// ShortSha is basically just truncating.
|
||||||
|
// It is DEPRECATED and will be removed in the future.
|
||||||
func ShortSha(sha1 string) string {
|
func ShortSha(sha1 string) string {
|
||||||
return TruncateString(sha1, 10)
|
return TruncateString(sha1, 10)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user