Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 881 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 881 Bytes

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