package vulncheckexample import "fmt" func NopFunc() { fmt.Println("Hello World") }