Add code to main module

This commit is contained in:
Alexey Vanin 2024-02-19 11:41:33 +03:00
parent 5831b567b0
commit 324aeeb060

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package git.frostfs.info/alexvanin/vulncheck-example
import "fmt"
func NopFunc(){
fmt.Println("Hello World")
}