Skip to content

Instantly share code, notes, and snippets.

@theanine
theanine / main.go
Created April 30, 2020 12:54 — forked from alexmullins/main.go
Goquery Remove Child Elements
// Stackoverflow Answer
// Original Question: http://stackoverflow.com/questions/32635943/get-text-from-div-without-child-elements/32640258#32640258
package main
import (
"fmt"
"strings"
"github.com/PuerkitoBio/goquery"
@theanine
theanine / main.go
Created April 30, 2020 12:54 — forked from alexmullins/main.go
Goquery Remove Child Elements
// Stackoverflow Answer
// Original Question: http://stackoverflow.com/questions/32635943/get-text-from-div-without-child-elements/32640258#32640258
package main
import (
"fmt"
"strings"
"github.com/PuerkitoBio/goquery"