# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
OptLeaf-Server-Core
OptLeaf go project core package
- go 1.18
- mysql 5.7
Setup
# Goプロジェクト作成
go mod init github.com/kme222yh/optleaf-server-core
Test
go clean -testcache
go test -v ./...
Deploy
git pull