Skip to content

cloudfoundry/goshims

Repository files navigation

Go Shims

Go Report Card Go Reference

Have you ever wanted to fake out go system libary calls? In most cases you create an interface and then provide a mock/fake implementation and a shim that calls the real calls. That's great if you only have to do it once. What happens when it becomes a pattern and these little utilities end up duplicated everywhere...that's a problem. This repo is the solution.

Note

This repository should be imported as code.cloudfoundry.org/goshims.

Docs

Contributing

See the Contributing.md for more information on how to contribute.

Working Group Charter

This repository is maintained by App Runtime Platform under Volume Services area.

Important

Content in this file is managed by the CI task sync-readme and is generated by CI following a convention.