Categorygithub.com/kme222yh/optleaf-server-core
repository
0.0.0-20221006112203-04c414d78684
Repository: https://github.com/kme222yh/optleaf-server-core.git
Documentation: pkg.go.dev

# 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