structs.go
changeset 119 712aa5780660
parent 116 5c6d6d51d3ba
child 121 ebb86cbdd218
equal deleted inserted replaced
118:fb9bb98a8d70 119:712aa5780660
     9 import (
     9 import (
    10 	"bytes"
    10 	"bytes"
    11 	"encoding/xml"
    11 	"encoding/xml"
    12 	"flag"
    12 	"flag"
    13 	"fmt"
    13 	"fmt"
    14 	// BUG(cjyar): We should use stringprep
    14 	// BUG(cjyar): Doesn't use stringprep. Could try the implementation at
    15 	// "code.google.com/p/go-idn/src/stringprep"
    15 	// "code.google.com/p/go-idn/src/stringprep"
    16 	"regexp"
    16 	"regexp"
    17 	"strings"
    17 	"strings"
    18 )
    18 )
    19 
    19