added temp validator main
This commit is contained in:
parent
887eaba869
commit
23a4ec4cf1
7
cmd/validator/main.go
Normal file
7
cmd/validator/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello from Validator")
|
||||
}
|
Loading…
Reference in New Issue
Block a user