Skip to content

Commit

Permalink
exise Zone.CodePoints (breaking change)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Jan 10, 2018
1 parent cf44caf commit 362be84
Show file tree
Hide file tree
Showing 3 changed files with 4,368 additions and 4,369 deletions.
1 change: 0 additions & 1 deletion internal/build/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ var y = [{{len .Zones}}]Zone{
{{if $z.IsIDN}}/* {{$d}} */{{end }} \
{{if $z.ParentDomain}} &z[{{$z.ParentOffset}}] {{else}} nil {{end}}, \
{{if $z.SubdomainsEnd}} z[{{$z.SubdomainsOffset}}:{{$z.SubdomainsEnd}}] {{else}} nil {{end}}, \
{{if $z.IDNDisallowed}} ascii {{else}} nil {{end}}, \
{{if $z.NameServers}} s{ {{range $z.NameServers}}"{{ascii .}}",{{end}}} {{else}} nil {{end}}, \
{{if $z.Locations}} s{ {{range $z.Locations}}"{{ascii .}}",{{end}}} {{else}} nil {{end}}, \
"{{ascii $z.WhoisServer}}", \
Expand Down
2 changes: 1 addition & 1 deletion zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Zone struct {

// CodePoints is deprecated and IDNTables has been removed. We searched for public code
// on GitHub that imported the zonedb package and found no packages using these symbols.
CodePoints []rune
// CodePoints []rune

// DNS name servers for the Zone
NameServers []string
Expand Down
Loading

0 comments on commit 362be84

Please sign in to comment.