Skip to content

Instantly share code, notes, and snippets.

View arsonistgopher's full-sized avatar

David Gee arsonistgopher

View GitHub Profile
@arsonistgopher
arsonistgopher / xml_test.go
Created December 5, 2018 17:07
XML benchmarks for xpath versus compact struct
package main
import (
"encoding/xml"
"fmt"
"io"
"strings"
"testing"
"github.com/antchfx/xmlquery"