summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/golang.org/x/text/internal/export/unicode/doc.go
blob: 1a31d184f2d0ede735b489dc28866a2d524ddb6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package unicode generates the Unicode tables in core.
package unicode

// This package is defined here, instead of core, as Go does not allow any
// standard packages to have non-standard imports, even if imported in files
// with a build ignore tag.

//go:generate go run gen.go -tables=all
//go:generate mv tables.go $GOROOT/src/unicode