Skip to content

richard483/fubuki-go

Repository files navigation

To update all dependencies: go get -u ./... go mod tidy

To install dependencies: go mod tidy

For running the application on windows:

  • Set the env variable on go-run-example.bat
  • Exec the bat

To get gcloud access token: gcloud auth application-default print-access-token

To update swagger: swag i

Build docker locally: docker build --tag <username>/fbk-go .

Run docker image with env variable docker run -it -p 8080:8080 -e ... -e ... <username>fbk-go

About

Self hosted gemini api client based on Golang & Gin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages