This commit is contained in:
Mathieu Leplatre 2018-01-31 11:03:57 +01:00
Родитель 86284d0f54
Коммит fe791e57fa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 767B105F81A15CDD
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -6,6 +6,8 @@ DATA_FILES := ./api/openapi.yaml ./api/contribute.yaml
SRC := *.go ./config/*.go ./api/*.go ./authn/*.go ./doorman/*.go
PACKAGES := ./ ./config/ ./api/ ./authn/ ./doorman/
.PHONY: docs
main: vendor api/bindata.go $(SRC) $(GO_PACKAGE)
CGO_ENABLED=0 go build -o main *.go

Просмотреть файл

@ -4,12 +4,12 @@
*Doorman* is an **authorization micro-service**.
- [Documentation](https://doorman.readthedocs.io)
[![Build Status](https://travis-ci.org/mozilla/doorman.svg?branch=master)](https://travis-ci.org/mozilla/doorman)
[![Coverage Status](https://coveralls.io/repos/github/mozilla/doorman/badge.svg?branch=master)](https://coveralls.io/github/mozilla/doorman?branch=master)
[![Go Report](https://goreportcard.com/badge/github.com/mozilla/doorman)](https://goreportcard.com/report/github.com/mozilla/doorman)
Check out the [documentation](https://mozilla-doorman.readthedocs.io)
## License
* MPLv2.0