Vignesh R
Results
2
issues of
Vignesh R
When I run this command `dingo-hunter cfsms --prefix deadlock mycom/rootdirectory` It gives the below error message > cannot import absolute path mycom/rootdirectory > no initial packages were loaded How to...
I have the below code ``` package main import ( "fmt" "time" "github.com/jasonlvhit/gocron" ) func main() { funmap := make(map[string]func()) for i := 1; i < 6; i++ { funmap[fmt.Sprintf("func%d",...