Rosetta Code/Count examples: Difference between revisions

m
→‎{{header|Go}}: library path updates
m (lang -> pre)
m (→‎{{header|Go}}: library path updates)
Line 353:
import (
"bytes"
"encoding/xml"
"fmt"
"http"
"io"
"io/ioutil"
"net/http"
"net/url"
"strings"
"url"
"xml"
)
 
1,707

edits