github.com/kubeshop/testkube@v1.17.23/cmd/choco-stub/main.go (about) 1 package main 2 3 import ( 4 "fmt" 5 ) 6 7 func main() { 8 hint := ` 9 Dear users, 10 Please note that we moved to a new Chocolatey registry that can be found at https://chocolatey.kubeshop.io/ 11 12 Please add this URL to the list of Chocolatey sources and use it to install and upgrade Testkube package. 13 Installation instruction can be found at: https://docs.testkube.io/articles/step1-installing-cli#macos 14 ` 15 fmt.Println(hint) 16 }