mirror of
https://github.com/stashapp/stash.git
synced 2026-04-27 01:10:55 +02:00
5 lines
81 B
Go
5 lines
81 B
Go
package name
|
|
|
|
func (n Ident) URL() Ident {
|
|
return Ident{n.File().Pluralize()}
|
|
}
|