func (h *HTMLElement) ChildTextgo(querySelector string) stringfunc (h *HTMLElement) ChildTexts(goquerySelector string) []stringresult := strings.Join(data, ",")
fmt.Println(result
RUN go build -ldflags "-s -w -X main.Version=$VERSION -X main.CommitHash=$HASH -X 'main.CompileDate=$DATE'" -o hargo ./cmd/hargo