# blogy_server **Repository Path**: ysl2/blogy_server ## Basic Information - **Project Name**: blogy_server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-29 - **Last Updated**: 2025-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash go mod init blogy_server go get -u gopkg.in/yaml.v2 go run main.go go get -u github.com/sirupsen/logrus go get -u gorm.io/gorm go get gorm.io/driver/mysql go install github.com/go-delve/delve/cmd/dlv@latest dlv debug main.go break ./core/init_conf.go:29 continue print c ```