Categorygithub.com/workfoxes/calypso
repositorypackage
1.1.1
Repository: https://github.com/workfoxes/calypso.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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