1
0
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:
Aaron L
2018-02-14 15:11:59 -08:00
parent 23e1e849d3
commit f585b35cfb
2 changed files with 7 additions and 8 deletions

View File

@@ -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 (

View File

@@ -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