summaryrefslogtreecommitdiff
path: root/vendor/mellium.im/sasl/doc.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-08-25 15:34:33 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-25 15:34:33 +0200
commit2dc9fc1626507bb54417fc4a1920b847cafb27a2 (patch)
tree4ddeac479b923db38090aac8bd9209f3646851c1 /vendor/mellium.im/sasl/doc.go
parentManually approves followers (#146) (diff)
downloadgotosocial-2dc9fc1626507bb54417fc4a1920b847cafb27a2.tar.xz
Pg to bun (#148)
* start moving to bun * changing more stuff * more * and yet more * tests passing * seems stable now * more big changes * small fix * little fixes
Diffstat (limited to 'vendor/mellium.im/sasl/doc.go')
-rw-r--r--vendor/mellium.im/sasl/doc.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/mellium.im/sasl/doc.go b/vendor/mellium.im/sasl/doc.go
deleted file mode 100644
index 9e7b7221e..000000000
--- a/vendor/mellium.im/sasl/doc.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2016 The Mellium Contributors.
-// Use of this source code is governed by the BSD 2-clause license that can be
-// found in the LICENSE file.
-
-// Package sasl implements the Simple Authentication and Security Layer (SASL)
-// as defined by RFC 4422.
-//
-// Most users of this package will only need to create a Negotiator using
-// NewClient or NewServer and call its Step method repeatedly.
-// Authors implementing SASL mechanisms other than the builtin ones will want to
-// create a Mechanism struct which will likely use the other methods on the
-// Negotiator.
-//
-// Be advised: This API is still unstable and is subject to change.
-package sasl // import "mellium.im/sasl"