Add code to main module
This commit is contained in:
parent
5831b567b0
commit
324aeeb060
1 changed files with 7 additions and 0 deletions
7
main.go
Normal file
7
main.go
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package git.frostfs.info/alexvanin/vulncheck-example
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func NopFunc(){
|
||||||
|
fmt.Println("Hello World")
|
||||||
|
}
|
Loading…
Reference in a new issue