mirror of
https://github.com/volatiletech/authboss.git
synced 2025-09-16 09:06:20 +02:00
Move docs in defaults to defaults.go
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
// Package defaults houses default implementations for the very many
|
||||
// interfaces that authboss has. It's a goal of the defaults package
|
||||
// to provide the core where authboss implements the shell.
|
||||
//
|
||||
// It's simultaneously supposed to be possible to take as many or
|
||||
// as few of these implementations as you desire, allowing you to
|
||||
// reimplement where necessary, but reuse where possible.
|
||||
package defaults
|
||||
|
||||
import (
|
||||
|
@@ -1,8 +0,0 @@
|
||||
// Package defaults houses default implementations for the very many
|
||||
// interfaces that authboss has. It's a goal of the defaults package
|
||||
// to provide the core where authboss implements the shell.
|
||||
//
|
||||
// It's simultaneously supposed to be possible to take as many or
|
||||
// as few of these implementations as you desire, allowing you to
|
||||
// reimplement where necessary, but reuse where possible.
|
||||
package defaults
|
Reference in New Issue
Block a user