repositorypackage
0.0.0-20240421071239-bc65961f61a9
Repository: https://github.com/parknamsu/user-management.git
Documentation: pkg.go.dev
# README
VERSION 0.0.1
User Management System
초기세팅
# go project initialize
go mod init github.com/PARKNAMSU/user-management
# fiber install
go get github.com/gofiber/fiber/v2