Categorygithub.com/SwissDataScienceCenter/renku-gateway-v2
module
0.0.0-20241003132958-eb3c87ff6624
Repository: https://github.com/swissdatasciencecenter/renku-gateway-v2.git
Documentation: pkg.go.dev

# README

renku-gateway-v2

THIS IS ARCHIVED. Any changes that are here that were useful were already commited and added to the regular repository which contains the new gateway already refactored with Go.

Contributing

  1. Install GO
  2. Install golangci-lint
  3. Install golines go install github.com/segmentio/golines@latest
  4. For VS Code: install "Run on Save" externsion

Useful commands:

  • To lint: golangci-lint run -v
  • To reformat long lines: golines . -w --max-len=120 --base-formatter=gofmt or to target a specific file replace . with the filename in the command

Important references

GitLab refresh tokens do not expire

# Packages

No description provided by the author