Skip to content

Instantly share code, notes, and snippets.

@affix
Created January 22, 2020 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save affix/0a3c88b65af55e39099bb2c81dc9db47 to your computer and use it in GitHub Desktop.
Save affix/0a3c88b65af55e39099bb2c81dc9db47 to your computer and use it in GitHub Desktop.
XML to JSON in GoLang Demystified imports
import (
"encoding/json"
"encoding/xml"
"fmt"
"io/ioutil"
"log"
"net/http"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment