mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
5 lines
66 B
Go
5 lines
66 B
Go
package source
|
|
|
|
func IsGit(in string) bool {
|
|
return IsHttp(in)
|
|
}
|