No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

15 líneas
685 B

  1. // Copyright 2015 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package precis contains types and functions for the preparation,
  5. // enforcement, and comparison of internationalized strings ("PRECIS") as
  6. // defined in RFC 8264. It also contains several pre-defined profiles for
  7. // passwords, nicknames, and usernames as defined in RFC 8265 and RFC 8266.
  8. //
  9. // BE ADVISED: This package is under construction and the API may change in
  10. // backwards incompatible ways and without notice.
  11. package precis // import "golang.org/x/text/secure/precis"
  12. //go:generate go run gen.go gen_trieval.go