Add and copy AGENTS.md for starter

This commit is contained in:
Achim Rohn
2026-01-07 20:38:24 +01:00
parent 8e5f636c09
commit 9e861f050f
4 changed files with 323 additions and 4 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
package authentication
import (
. "git.gorlug.de/code/ersteller"
"net/http"
"strings"
. "git.gorlug.de/code/ersteller"
"github.com/gorilla/sessions"
"golang.org/x/net/context"
)