mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
cbeb5157d6
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
5 lines
66 B
Go
5 lines
66 B
Go
package source
|
|
|
|
func IsGit(in string) bool {
|
|
return IsHttp(in)
|
|
}
|