中文 | English
It is recommended to use global replacement of "string_backend_0001" with your own package name before use.
- Easy to get started
- With common methods internal/pkg
- Built-in simple logger internal/logger
- Built-in OAuth2
- Line
- Discord
go install github.com/swaggo/swag/cmd/swag@latest
git clone https://github.com/Wuchieh/backend.git
cd backend
go mod tidy
swag init --parseDependency --parseInternal
go build . -o backend && ./backend
internal/web/oauth/oauth.go is for testing only, do not use it directly.