]> git.lizzy.rs Git - mt.git/blobdiff - auth.go
Make seperate module to facilitate testing
[mt.git] / auth.go
diff --git a/auth.go b/auth.go
index 5c2df1498021ec81f1693effabf5ec76e108e52e..cb7df1f77c30074201d7b62e70e49943c495a41a 100644 (file)
--- a/auth.go
+++ b/auth.go
@@ -7,3 +7,5 @@ const (
        SRP
        FirstSRP
 )
+
+//go:generate stringer -type AuthMethods