Skip to content

workfoxes/calypso

Repository files navigation

Calypso

Its is an Base Module for any airstrik application to bootstrap the application with all the security aspect

To handle pull requests

  • fork a repository github.com/workfoxes/calypso to github.com/you/calypso
  • download original code: go get github.com/workfoxes/calypso
  • be there: cd "$(go env GOPATH)/src"/github.com/workfoxes/calypso
  • enable uploading to your fork: git remote add myfork https://github.com/you/calypso.git
  • upload your changes to your repo: git push myfork