Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.github/ | H | 16-Jun-2019 | - | 118 | 84 | |
fixtures/ | H | 16-Jun-2019 | - | 25,187 | 24,651 | |
internal/ | H | 16-Jun-2019 | - | 88 | 20 | |
.gitignore | H A D | 16-Jun-2019 | 50 | 6 | 5 | |
.golangci.yml | H A D | 16-Jun-2019 | 328 | 22 | 20 | |
.travis.yml | H A D | 16-Jun-2019 | 1,005 | 16 | 15 | |
CODE_OF_CONDUCT.md | H A D | 16-Jun-2019 | 3.2 KiB | 75 | 56 | |
LICENSE | H A D | 16-Jun-2019 | 11.1 KiB | 203 | 169 | |
README.md | H A D | 16-Jun-2019 | 987 | 10 | 6 | |
analyzer.go | H A D | 16-Jun-2019 | 30 KiB | 997 | 777 | |
analyzer_test.go | H A D | 16-Jun-2019 | 30.9 KiB | 945 | 750 | |
debug.go | H A D | 16-Jun-2019 | 1.3 KiB | 48 | 24 | |
debug_test.go | H A D | 16-Jun-2019 | 1.3 KiB | 60 | 35 | |
doc.go | H A D | 16-Jun-2019 | 1.6 KiB | 44 | 1 | |
doc_test.go | H A D | 16-Jun-2019 | 1.6 KiB | 52 | 26 | |
fixer.go | H A D | 16-Jun-2019 | 2.3 KiB | 77 | 46 | |
fixer_test.go | H A D | 16-Jun-2019 | 3.2 KiB | 99 | 75 | |
flatten.go | H A D | 16-Jun-2019 | 45.2 KiB | 1,526 | 1,150 | |
flatten_test.go | H A D | 16-Jun-2019 | 58.8 KiB | 1,908 | 1,618 | |
go.mod | H A D | 16-Jun-2019 | 483 | 14 | 12 | |
go.sum | H A D | 16-Jun-2019 | 7.4 KiB | 80 | 79 | |
mixin.go | H A D | 16-Jun-2019 | 9.2 KiB | 335 | 243 | |
mixin_test.go | H A D | 16-Jun-2019 | 4.2 KiB | 137 | 98 | |
schema.go | H A D | 16-Jun-2019 | 6.1 KiB | 241 | 193 | |
schema_test.go | H A D | 16-Jun-2019 | 11.7 KiB | 340 | 281 |
README.md
1# OpenAPI initiative analysis [![Build Status](https://travis-ci.org/go-openapi/analysis.svg?branch=master)](https://travis-ci.org/go-openapi/analysis) [![codecov](https://codecov.io/gh/go-openapi/analysis/branch/master/graph/badge.svg)](https://codecov.io/gh/go-openapi/analysis) [![Slack Status](https://slackin.goswagger.io/badge.svg)](https://slackin.goswagger.io) 2 3[![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/go-openapi/analysis/master/LICENSE) 4[![GoDoc](https://godoc.org/github.com/go-openapi/analysis?status.svg)](http://godoc.org/github.com/go-openapi/analysis) 5[![GolangCI](https://golangci.com/badges/github.com/go-openapi/analysis.svg)](https://golangci.com) 6[![Go Report Card](https://goreportcard.com/badge/github.com/go-openapi/analysis)](https://goreportcard.com/report/github.com/go-openapi/analysis) 7 8 9A foundational library to analyze an OAI specification document for easier reasoning about the content. 10