text := "golang is great"
re := regexp.MustCompile(`g[a-z]+`)

fmt.Println(re.FindString(text)) // خروجی: "golang"