Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 488 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 488 Bytes

Go-Base

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/airstrick/gobase to github.com/you/gobase
  • download original code: go get github.com/airstrick/gobase
  • be there: cd "$(go env GOPATH)/src"/github.com/airstrick/gobase
  • enable uploading to your fork: git remote add myfork https://github.com/you/gobase.git
  • upload your changes to your repo: git push myfork