File: doc.go

package info (click to toggle)
golang-golang-x-text 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 41,604 kB
  • sloc: xml: 1,022; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (9)
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