Skip to content

Commit

Permalink
internal/cldrtree: included in gen.go
Browse files Browse the repository at this point in the history
Change-Id: I149d44933ef36e48961e4d405267f578950ba7ac
Reviewed-on: https://go-review.googlesource.com/82906
Run-TryBot: Marcel van Lohuizen <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Nigel Tao <[email protected]>
  • Loading branch information
mpvl committed Dec 14, 2017
1 parent 681d1c0 commit d5f0155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ pkg unicode, var <new script or property> *RangeTable
_ = generate("./encoding/htmlindex", unicode, language, mib)
_ = generate("./encoding/ianaindex", unicode, language, mib)
_ = generate("./secure/precis", unicode, norm, rangetable, cases, width, bidi)
_ = generate("./internal/cldrtree", language)
_ = generate("./currency", unicode, cldr, language, internal, number)

This comment has been minimized.

Copy link
@schwoeppe11611
_ = generate("./feature/plural", unicode, cldr, language, internal, number)
_ = generate("./internal/export/idna", unicode, bidi, norm)
Expand Down
2 changes: 2 additions & 0 deletions internal/cldrtree/cldrtree.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//
package cldrtree

//go:generate go test -gen

// cldrtree stores CLDR data in a tree-like structure called Tree. In the CLDR
// data each branch in the tree is indicated by either an element name or an
// attribute value. A Tree does not distinguish between these two cases, but
Expand Down

0 comments on commit d5f0155

Please sign in to comment.