Unverified Commit 9446b795 authored by Blake Mizerany's avatar Blake Mizerany Committed by GitHub
Browse files

types/model: remove DisplayLong (#3587)

parent 62f8cda3
......@@ -259,15 +259,6 @@ func (r Name) DisplayShortest(mask string) string {
return r.slice(PartHost, PartTag).String()
}
// DisplayLong returns the fullest possible display string in form:
//
// <namespace>/<model>:<tag>
//
// If any part is missing, it is omitted from the display string.
func (r Name) DisplayLong() string {
return r.slice(PartNamespace, PartTag).String()
}
var seps = [...]string{
PartHost: "/",
PartNamespace: "/",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment