Fix godoc comments.

This commit is contained in:
Slava Semushin
2017-08-30 15:22:47 +02:00
parent e3210c6ccf
commit 19e9e027bb
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ func EscapePluginName(in string) string {
return strings.Replace(in, "/", "~", -1)
}
// EscapeQualifiedPluginName converts a plugin directory name in the format
// UnescapePluginName converts a plugin directory name in the format
// vendor~pluginname into a proper vendor/pluginname.
func UnescapePluginName(in string) string {
return strings.Replace(in, "~", "/", -1)