File tree Expand file tree Collapse file tree 3 files changed +21
-22
lines changed
Expand file tree Collapse file tree 3 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 22
33` multierror ` is a simple go package that allows you to combine and present multiple errors as a single error.
44
5- # Installation
6- Run ` go get github.com/cloudfoundry/multierror `
7-
85# How to use
96
107``` go
@@ -28,4 +25,17 @@ errors.Add(errors2)
2825errors.Error ()
2926```
3027
28+ ## Development
29+
30+ ### <a name =" dependencies " ></a >Dependencies
31+
32+ This repository's dependencies are managed using
33+ [ routing-release] ( https://github.com/cloudfoundry/routing-release ) . Please refer to documentation in that repository for setting up tests
34+
35+ ### Executables
36+
37+ 1 . ` bin/test.bash ` : This file is used to run test in Docker & CI. Please refer to [ Dependencies] ( #dependencies ) for setting up tests.
38+
39+ ### Reporting issues and requesting features
3140
41+ Please report all issues and feature requests in [ cloudfoundry/routing-release] ( https://github.com/cloudfoundry/routing-release ) .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ set -eu
4+ set -o pipefail
5+
6+ # shellcheck disable=SC2068
7+ # Double-quoting array expansion here causes ginkgo to fail
8+ go run github.com/onsi/ginkgo/v2/ginkgo ${@ }
You can’t perform that action at this time.
0 commit comments