9b0d594d02
* Import the kubernetes credential backend * Add kubernetes docs * Escape * characters * Revert "Import the kubernetes credential backend" This reverts commit f12627a9427bcde7e73cea41dea19d0922f94789. * Update the vendored directory
7 lines
91 B
Makefile
7 lines
91 B
Makefile
all: test
|
|
|
|
test:
|
|
go test -v .
|
|
|
|
ex:
|
|
cd examples && ls *.go | xargs go build -o /tmp/ignore
|