re := regexp.MustCompile(`^go.*`)
fmt.Println(re.MatchString("golang")) // خروجی: true
fmt.Println(re.MatchString("python")) // خروجی: false