mirror of https://github.com/ory/kratos
12 lines
305 B
Go
12 lines
305 B
Go
// Copyright © 2023 Ory Corp
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
/*
|
|
Package x provides various helpers that do not have an obvious home elsewhere.
|
|
|
|
The contract implied here, is that:
|
|
- Package x does not depend on other parts of kratos
|
|
- Packages outside kratos do not depend on x.
|
|
*/
|
|
package x
|