all: Rename module and update imports

This commit is contained in:
fox.cpp 2019-08-25 20:32:53 +03:00
parent ba0a7c243a
commit bd918fb4d9
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
30 changed files with 72 additions and 72 deletions

View file

@ -15,7 +15,7 @@
package module
import (
"github.com/emersion/maddy/config"
"github.com/foxcpp/maddy/config"
)
// Module is the interface implemented by all maddy module instances.