package services import ( "fmt" ) func Task() { fmt.Println("start") fmt.Println("end") }