mirror of https://github.com/k3s-io/k3s
![]() The following packes did not have discernible LICENSE files at the hash we have vendored: github.com/beorn7/perks github.com/daviddengcn/go-colortext github.com/garyburd/redigo github.com/prometheus/common github.com/shurcooL/sanitized_anchor_name github.com/stretchr/objx This commit updates all of them and updates the central LICENSE file. |
||
---|---|---|
.. | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
main.go |
README.md
sanitized_anchor_name
![GoDoc](https://godoc.org/github.com/shurcooL/sanitized_anchor_name?status.svg)
Package sanitized_anchor_name provides a func to create sanitized anchor names.
Its logic can be reused by multiple packages to create interoperable anchor names and links to those anchors.
At this time, it does not try to ensure that generated anchor names are unique, that responsibility falls on the caller.
Installation
go get -u github.com/shurcooL/sanitized_anchor_name
Example
anchorName := sanitized_anchor_name.Create("This is a header")
fmt.Println(anchorName)
// Output:
// this-is-a-header