github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/golang/text/secure/precis/doc.go (about) 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 5 // Package precis contains types and functions for the preparation, 6 // enforcement, and comparison of internationalized strings ("PRECIS") as 7 // defined in RFC 7564. It also contains several pre-defined profiles for 8 // passwords, nicknames, and usernames as defined in RFC 7613 and RFC 7700. 9 // 10 // BE ADVISED: This package is under construction and the API may change in 11 // backwards incompatible ways and without notice. 12 package precis // import "github.com/insionng/yougam/libraries/x/text/secure/precis" 13 14 //go:generate go run gen.go gen_trieval.go