🎉 init

This commit is contained in:
landaiqing
2024-11-12 17:00:16 +08:00
commit 97ca3fc7b0
80 changed files with 26877 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package middleware
import "net/http"
func I18nMiddleware(w http.ResponseWriter, r *http.Request) {
}