mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
7 lines
87 B
Go
7 lines
87 B
Go
package manifest
|
|
|
|
import "fmt"
|
|
|
|
func print(manifest string) {
|
|
fmt.Println(manifest)
|
|
}
|