7 lines
87 B
Go
7 lines
87 B
Go
package vulncheckexample
|
|
|
|
import "fmt"
|
|
|
|
func NopFunc() {
|
|
fmt.Println("Hello World")
|
|
}
|