Go to file
LinkinStar 9cd3b67e33 feat: generate wire 2022-09-29 16:00:57 +08:00
.vscode fix: set eslint workingDirectories 2022-09-29 10:12:03 +08:00
assets fix 2022-09-28 19:13:12 +08:00
build initial commit 2022-09-27 17:59:05 +08:00
charts initial commit 2022-09-27 17:59:05 +08:00
cmd/answer feat: generate wire 2022-09-29 16:00:57 +08:00
configs update install 2022-09-28 17:33:48 +08:00
deployments initial commit 2022-09-27 17:59:05 +08:00
docs doc: update swagger doc 2022-09-28 14:54:54 +08:00
i18n fix 2022-09-28 16:41:51 +08:00
internal remove some unnecessary files 2022-09-29 14:21:49 +08:00
pkg initial commit 2022-09-27 17:59:05 +08:00
script update install 2022-09-28 17:33:48 +08:00
ui remove some unnecessary files 2022-09-29 12:39:37 +08:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore Merge branch 'ui' into 'main' 2022-09-29 03:43:01 +00:00
.gitlab-ci.yml feat: generate wire 2022-09-29 16:00:57 +08:00
Dockerfile optimize: the static files and handle 2022-09-29 12:37:02 +08:00
INSTALL.md initial commit 2022-09-27 17:59:05 +08:00
INSTALL_CN.md initial commit 2022-09-27 17:59:05 +08:00
LICENSE initial commit 2022-09-27 17:59:05 +08:00
Makefile feat: generate wire 2022-09-29 16:00:57 +08:00
README.md initial commit 2022-09-27 17:59:05 +08:00
README_CN.md initial commit 2022-09-27 17:59:05 +08:00
docker-compose.yaml update install 2022-09-28 16:24:33 +08:00
go.mod initial commit 2022-09-27 17:59:05 +08:00
go.sum feat: generate wire 2022-09-29 16:00:57 +08:00

README.md

answer

问答社区主项目代码

Dependence

github.com/segmentfault/pacman

module

  • email github.com/jordan-wright/email
  • session github.com/gin-contrib/sessions
  • Captcha github.com/mojocn/base64Captcha

Run

cd cmd
export GOPRIVATE=git.backyard.segmentfault.com
go mod tidy
./dev.sh

pprof

 # Installation dependency
 go get -u github.com/google/pprof
 brew install graphviz
pprof -http :8082 http://XXX/debug/pprof/profile\?seconds\=10