mirror of
https://github.com/stashapp/stash.git
synced 2025-12-19 14:53:01 +01:00
5 lines
81 B
Go
5 lines
81 B
Go
package name
|
|
|
|
func (n Ident) URL() Ident {
|
|
return Ident{n.File().Pluralize()}
|
|
}
|