Skip to content

anz-bank/gop

This branch is 29 commits ahead of joshcarp/gop:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66175b3 Β· Jun 29, 2021
Jun 15, 2021
Nov 1, 2020
Nov 1, 2020
Nov 1, 2020
Jun 29, 2021
Sep 7, 2020
Sep 7, 2020
Oct 8, 2020
Jun 29, 2021
Nov 2, 2020
Jun 29, 2021
Jun 29, 2021
Nov 1, 2020

Repository files navigation

Project logo

GOP

Status GitHub Issues GitHub Pull Requests License


πŸ“ Table of Contents

🧐 About

GOP: "Git Object Proxy" is a generic library used to implement moduling systems in programming languages. GOP defines two main interfaces that can be used to retrieve and cache resources from different sources. See revision2.md to see design doc.

🏁 Getting Started

See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

  • Go 1.13: currently google cloud functions only support upto the go 1.13 runtime

πŸ”§ Running the tests

go test ./... -short

🎈 Usage

go run ./cmd/servegop

  • This will run a gop server on localhost:8080

πŸš€ Deployment

⛏️ Built Using

✍️ Authors

πŸŽ‰ Acknowledgements

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%