I created main.go , in main i called a function Sample() .
package main func main(){ // call Sample }
I have created Test directory in gowo
gowo