mirror of
https://github.com/openziti/zrok.git
synced 2026-08-24 10:14:56 -05:00
6 lines
101 B
Go
6 lines
101 B
Go
package util
|
|
|
|
func NameInNamespace(name, namespace string) string {
|
|
return name + "." + namespace
|
|
}
|