Инициализация проекта + первые наработки

This commit is contained in:
Ганеев Артём
2025-01-04 10:42:04 +03:00
commit def3552a67
8 changed files with 248 additions and 0 deletions

13
internal/handler/auth.go Normal file
View File

@@ -0,0 +1,13 @@
package handler
import (
"github.com/gin-gonic/gin"
)
func (h *Handler) signUp(c *gin.Context) {
}
func (h *Handler) signIn(c *gin.Context) {
}