summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/xdg/stringprep/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/xdg/stringprep/README.md')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/xdg/stringprep/README.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/xdg/stringprep/README.md b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/xdg/stringprep/README.md
deleted file mode 100644
index 87279e3ebfd..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/xdg/stringprep/README.md
+++ /dev/null
@@ -1,27 +0,0 @@
-[![GoDoc](https://godoc.org/github.com/xdg/stringprep?status.svg)](https://godoc.org/github.com/xdg/stringprep)
-[![Build Status](https://travis-ci.org/xdg/stringprep.svg?branch=master)](https://travis-ci.org/xdg/stringprep)
-
-# stringprep – Go implementation of RFC-3454 stringprep and RFC-4013 SASLprep
-
-## Synopsis
-
-```
- import "github.com/xdg/stringprep"
-
- prepped := stringprep.SASLprep.Prepare("TrustNô1")
-
-```
-
-## Description
-
-This library provides an implementation of the stringprep algorithm
-(RFC-3454) in Go, including all data tables.
-
-A pre-built SASLprep (RFC-4013) profile is provided as well.
-
-## Copyright and License
-
-Copyright 2018 by David A. Golden. All rights reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License"). You may
-obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0